website/Tupfile
Fabien Freling 503cf14613 Add preview build
This is done to avoid issues with symbolic links
2019-06-10 21:51:04 +02:00

12 lines
341 B
Plaintext

: foreach *.md | templates/footer.html |> \
pandoc --from markdown --to html \
--template=templates/pandoc.html \
--css css/default.css \
--include-in-header=templates/header.html \
--include-before-body=templates/nav.html \
--include-after-body=templates/footer.html \
%f --output=%o \
|> %B.html
: favicon.png |> !tup_preserve |>