updated publish.sh

This commit is contained in:
notnull 2019-12-23 04:16:32 -08:00
parent 8c0f1abb1e
commit f1c86e2e41

View File

@ -1,7 +1,4 @@
FILES=org/*.org
for f in $FILES
do
filename="$(basename -- $f .org)"
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
bash scripts/org-to-html.sh
bash scripts/org-to-md.sh
bash scripts/org-to-txt.sh
bash scripts/publish.sh