Add Tup generator

This commit is contained in:
Fabien Freling 2019-06-09 16:02:38 +02:00
parent 64e71a6023
commit 1135a85073
17 changed files with 154 additions and 7 deletions

View 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

8
projects/maestro/Tupfile Normal file
View 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

8
projects/oboy/Tupfile Normal file
View 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

8
projects/trailr/Tupfile Normal file
View 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

View 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