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