Add Tup generator
This commit is contained in:
parent
64e71a6023
commit
1135a85073
17 changed files with 154 additions and 7 deletions
8
projects/whereiscar/Tupfile
Normal file
8
projects/whereiscar/Tupfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
: 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
|
Loading…
Add table
Add a link
Reference in a new issue