Colophon

This website is built using a Python script developed with the help of an LLM. The idea of a small Python script to do this came from the elegent makesite.py.

Doing this instead of using static site generators like Hugo, Jekyll or Pelican gives me the freedom to do it my way. One downside to this though is the build time, which is no where near the SSGs.

The images in this site are dithered using custom script. Dithering gives you smaller file sizes, which is always better. I also like the black and white aesthetics. Code for dithering scripts are copied from the internet.