my website
at main 11 lines 261 B view raw
1{ 2 "lang": "en", 3 "$pandoc-args": [ 4 "--from=djot", "--to=html5", 5 "--mathml", 6 "--template={{root}}/template_page.html" 7 ], 8 "$input": "content.djot", 9 "$output": "index.html", 10 "$index-template": "template_index.html" 11}