source code for html website at https://zachdecook.com
1
2
3
4
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