1
0

move the wiki content into the main site

(keeping the current filenames and Obsidian pseudo-compatibility)
This commit is contained in:
Simon Michael
2023-11-27 19:24:02 -10:00
parent 6f67b1bc2c
commit 60f7c63f04
50 changed files with 1940 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ PANDOC=pandoc -f markdown-smart-tex_math_dollars+autolink_bare_uris
# generate html from a md file
out/%.html: src/%.md page.tmpl
$(PANDOC) --template page.tmpl $< -o $@
$(PANDOC) --template page.tmpl "$<" -o "$@"
# regenerate html whenever an md file changes
html-auto auto: