How is this website made
Currently using this amazing mix of technologies:
All pages are Roam pages
Generates html content from Roam. Kudos to David Vargas for working with me on this.
The site is generated every 15 minutes using Github Actions.
And then built and pushed to the Netlify cloud.
The body font used is the amazing Degular family from Oh No Type Co foundry.
Amazing header font.
Images are processed using Floyd Steinberg dithering on ImageMagick, using the following command:
convert i.png -colorspace gray -ordered-dither o8x8 o.png
More arcane commands like this in The Grimoire.