Day 17 of #100DaysOfHomelab involved me switching this very blog to not be in my homelab anymore! Much like the Return Early website, I moved this blog to Cloudflare Pages to take advantage of the insane speed that a statically generated site can provide. It also provides redundancy in case my homelab goes down for any reason (like the numerous abnormal power outages I have had recently).
The site is now using Jigsaw as the static site generator and is built and deployed via GitHub Actions. I'll be writing a blog post soon about how I set that up.