source code for html website at https://zachdecook.com
Diffstat (limited to 'posts/script.sh')
| -rwxr-xr-x | posts/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/script.sh b/posts/script.sh index e0f5b02..cd48225 100755 --- a/posts/script.sh +++ b/posts/script.sh @@ -5,7 +5,7 @@ mkdir -p tabs ststech rms verovio fonts #pandoc common.md ststech.md -t html5 -s > ststech/index.html #pandoc common.md tightchange.md -t html5 -s > tightchange/index.html cat common.md tightchange.md | python3 -m markdown -o html5 > tightchange/index.html -cat common.md rms.md | python3 -m markdown -o html5 > rms/index.html +cat common.md rms.md | python3 -m markdown -o html5 -x footnotes > rms/index.html python3 -m markdown -o html5 < verovio.md > verovio/index.html python3 -m markdown -o html5 -x attr_list < fonts.md > fonts/index.html cat common.md daily-driver.md | python3 -m markdown -o html5 > daily-driver/index.html |