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.
-
Gists are used for code snippets
-
Body font used is the amazing Degular family from Oh No Type Co foundry
-
Amazing header font
Old school image effect
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