https://gaultier.github.io/blog/
Requirements:
- A C compiler
- cmark-gfm
git
Build this blog (i.e. convert markdown files to HTML):
$ ./build.sh release
$ ./main.bin
Serve the files locally:
$ python3 -m http.server -d ..
Optimize a PNG (requires pngquant
):
$ pngquant foo.png -o foo.tmp && mv foo.tmp foo.png