https://gaultier.github.io/blog/
apt install parallel graphviz golang pandoc
make
Generating table of contents (not sure if there is a better way):
pandoc -s --toc input.md -o /tmp/output.md
Serving the files locally:
$ python3 -m http.server -d ..