Add year to projects

This commit is contained in:
Fabien Freling 2019-06-19 13:37:04 +02:00
parent a2c8fb9dd4
commit 833430c5bc
12 changed files with 94 additions and 7 deletions

View file

@ -10,3 +10,14 @@
--include-after-body=&(root)/templates/footer.html \
%f | sed 's|%%webRoot%%|&(root)|g' > %o \
|> %B.html
!project = | &(root)/templates/footer.html \
|> ^ pandoc %f^ \
pandoc --from markdown --to html \
--template=&(root)/templates/project.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