Blog Setup 2024
Jack Platten
January 28, 2024
A semi-deep dive into the newly deployed plttn.me.
It's time for the regularly scheduled blog updates.
Yesterday (metaphorically speaking)
The prior setup was using Hugo and deployed to either Netlify, Cloudflare Pages
or my own box. This was great, but after thinking through the Small Web ™️
movement some more I thought it made more sense to move to something in-house.
Today
The site now uses Astro and deploys right to my server.
For deploying, it's a two-step process. All commits on main on GitHub are
checked. After everything checks out, I can trigger a release in GitHub to
deploy to my server.
Here's part of one workflow:
Here's the other:
DNS Sidenote
I've also switched to using Desec for my DNS hosting, it
fits my needs nicely, is free, and enforces DNSSEC.
Hopefully the first of multiple blog posts to come.
Discussion in the ATmosphere