The Garden is Now Powered by Hugo
Since WordPress felt a bit too bloated and overpowered for my blogging needs, I finally decided to migrate to Hugo.
What is Hugo?
Hugo is a lightning-fast Static Site Generator (SSG). It’s incredibly efficient and integrates seamlessly with GitHub CI/CD workflows for automated deployment.
The Secret Sauce: code-server
The most exciting part of this transition was setting up a Cloud IDE environment, allowing me to write and publish from anywhere (as long as I have an internet connection).
It was a fun process figuring out how to get everything running. Using my own Raspberry Pi as a host is much more rewarding than relying on GitHub Codespaces, especially since I don’t want to be constrained by GitHub’s free tier quotas.