Promote mantis as article

This commit is contained in:
Fabien Freling 2019-06-19 13:58:22 +02:00
parent 833430c5bc
commit ed656af469
6 changed files with 93 additions and 0 deletions

View file

@ -21,3 +21,14 @@
--include-after-body=&(root)/templates/footer.html \
%f | sed 's|%%webRoot%%|&(root)|g' > %o \
|> %B.html
!article = | &(root)/templates/footer.html \
|> ^ pandoc %f^ \
pandoc --from markdown --to html \
--template=&(root)/templates/article.html \
--css &(root)/css/style.css \
--include-in-header=&(root)/templates/header.html \
--include-before-body=&(root)/templates/nav.html \
--include-after-body=&(root)/templates/footer.html \
%f | sed 's|%%webRoot%%|&(root)|g' > %o \
|> %B.html