website/Tuprules.tup

10 lines
332 B
Plaintext

&root = .
!pandoc = | &(root)/templates/footer.html |> pandoc --from markdown --to html \
--template=&(root)/templates/pandoc.html \
--variable=webRoot:&(root) \
--css &(root)/css/style.css \
--include-in-header=&(root)/templates/header.html \
--include-after-body=&(root)/templates/footer.html \
%f --output=%o \
|> %B.html