website/Tupfile

9 lines
261 B
Plaintext
Raw Normal View History

2019-06-09 16:02:38 +02:00
: foreach *.md | templates/footer.html |> \
pandoc --from markdown --to html \
--template=templates/pandoc.html \
--css css/default.css \
--include-before-body=templates/nav.html \
--include-after-body=templates/footer.html \
%f --output=%o \
|> %B.html