updated publish.sh
This commit is contained in:
parent
8c0f1abb1e
commit
f1c86e2e41
@ -1,7 +1,4 @@
|
|||||||
FILES=org/*.org
|
bash scripts/org-to-html.sh
|
||||||
for f in $FILES
|
bash scripts/org-to-md.sh
|
||||||
do
|
bash scripts/org-to-txt.sh
|
||||||
filename="$(basename -- $f .org)"
|
bash scripts/publish.sh
|
||||||
echo "publishing org/$filename.org to html/$filename.html"
|
|
||||||
pandoc -s --toc -H headers -f org -t html org/$filename.org -o html/$filename.html
|
|
||||||
done
|
|
||||||
|
Loading…
Reference in New Issue
Block a user