source code for html website at https://zachdecook.com
1 files changed, 3 insertions, 0 deletions
diff --git a/script.sh b/script.sh new file mode 100755 index 0000000..fdd11bf --- /dev/null +++ b/ script.sh@@ -0,0 +1,3 @@ +#!/bin/bash + +pandoc -f commonmark index.md -t html5 -s > index.html |