source code for html website at https://zachdecook.com
1 files changed, 2 insertions, 0 deletions
diff --git a/script.sh b/script.sh index fdd11bf..8491baf 100755 --- a/ script.sh+++ b/ script.sh@@ -1,3 +1,5 @@ #!/bin/bash pandoc -f commonmark index.md -t html5 -s > index.html +mkdir -p 404 +pandoc -f commonmark 404.md -t html5 -s > 404/index.html |