9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
|
: foreach *.md | templates/footer.html |> \
|
||
|
pandoc --from markdown --to html \
|
||
|
--template=templates/pandoc.html \
|
||
|
--css css/default.css \
|
||
|
--include-before-body=templates/nav.html \
|
||
|
--include-after-body=templates/footer.html \
|
||
|
%f --output=%o \
|
||
|
|> %B.html
|