website/Tupfile

12 lines
341 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 \
2019-06-10 21:51:04 +02:00
--include-in-header=templates/header.html \
2019-06-09 16:02:38 +02:00
--include-before-body=templates/nav.html \
--include-after-body=templates/footer.html \
%f --output=%o \
|> %B.html
2019-06-10 21:51:04 +02:00
: favicon.png |> !tup_preserve |>