A colophon is a page or section (typically in a footer) of a site that describes how the site is made, with what tools, supporting what technologies, and often published on personal sites at a top level /colophon page. — indieweb.org
Technologies Used
All of the pages and posts are written in Typst and then generated into static HTML using Rheo. I find this to be incredibly powerful, imagine a dynamically typed and turing complete HTML/markdown hybrid. It’s what makes the custom emoji on this site possible, they are rendered at compile time
The underlying layout and styling are compartmentalized into reusable Typst packages so they can be used on multiple blogs.
I author posts and pages in Zed with a Typst plugin installed.
After compilation, the static HTML is served on my Hetzner VPS in a minimal Docker container with Caddy as the web server.