How is this website made
- Homemade Static Website Generator
Using POSIX shell, awk, and grep
- GitHub Actions
The site is generated at every `git push` using GitHub Actions
- Netlify
And then built and pushed to the Netlify cloud
- Images are dithered
They are processed using Floyd Steinberg dithering in ImageMagick using a fixed four color palette
- To prevent link rotting, most external pages I link are copied from the original website.
I self-host an archivebox instance and snapshot the pages myself using wget. When the page can't be crawled, I use the internet archive link.