use title in template
This commit is contained in:
parent
9aba585da8
commit
9dcb016b71
9 changed files with 26 additions and 9 deletions
2
build.sh
2
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
find . -iname "*.md" -type f -exec sh -c 'pandoc -s -f commonmark -t html --template=src/template.html -o "${0%.md}.html" "${0}"' {} \;
|
||||
find . -iname "*.md" -type f -exec sh -c 'pandoc -s -f markdown -t html --template=src/template.html -o "${0%.md}.html" "${0}"' {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue