source code for html website at https://zachdecook.com
Diffstat (limited to 'script.sh')
-rwxr-xr-xscript.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/script.sh b/script.sh
index 8491baf..56601d6 100755
--- a/script.sh
+++ b/script.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-pandoc -f commonmark index.md -t html5 -s > index.html
+python3 -m markdown -o html5 -x md_in_html < index.md > index.html
mkdir -p 404
-pandoc -f commonmark 404.md -t html5 -s > 404/index.html
+#pandoc -f commonmark 404.md -t html5 -s > 404/index.html