2019-06-10 21:51:04 +02:00
|
|
|
&root = .
|
|
|
|
!pandoc = | &(root)/templates/footer.html |> pandoc --from markdown --to html \
|
|
|
|
--template=&(root)/templates/pandoc.html \
|
2019-06-10 22:21:23 +02:00
|
|
|
--variable=webRoot:&(root) \
|
2019-06-11 13:03:02 +02:00
|
|
|
--css &(root)/css/style.css \
|
2019-06-10 21:51:04 +02:00
|
|
|
--include-in-header=&(root)/templates/header.html \
|
|
|
|
--include-after-body=&(root)/templates/footer.html \
|
|
|
|
%f --output=%o \
|
|
|
|
|> %B.html
|