Colophon
About this website
This website is mostly hand-written in HTML (because Markdown lacks some typographic features such as the non-breaking space, citation tags, etc.)
I do my best to keep this website fast, lightweight, and accessible.
- Lightweight: no external font, small CSS (no framework), JS just as needed.
- Delivered over a CDN supporting efficient protocols and encodings.
- High color contrast both in light and dark mode.
Tech
This static website is generated with a Python script that produces a build.ninja
file which is then
processed by the Ninja build system to generate the final HTML files.
I'm not saying it is a good idea—but it's pretty fun. 🤷
You can learn more about that in this article.