Welcome to My New Static Blog FTW!
I’ve just completed migrating my blog from WordPress to a static site generator. This new setup gives me the best of both worlds: the simplicity and security of static files with the convenience of a visual editor.
Why I Made the Switch
After years of maintaining WordPress sites, I wanted something simpler:
- No database to maintain - Everything is stored in Git
- Better performance - Static files served from a CDN
- Enhanced security - No server-side code to exploit
- Version control - Every change tracked in Git
- Simple backups - Just clone the repository
The Technology Stack
I chose a modern JAMstack approach:

