Hugo 2

Building a Hugo Admin Panel with AI: A Journey of Speed, Mistakes, and Rapid Iteration

I recently set out to build a simple yet functional Admin Panel for my Hugo blog—one that would allow me to create and edit posts directly from a web interface. Instead of building it from scratch, I decided to leverage AI to accelerate the process. …

Hosting Multiple Github Pages Websites from a Single Hugo Setup

I run several blogs. All powered by Hugo, all hosted on GitHub Pages. It’s a clean setup—until you try to manage them at scale.

Each site uses the same Hugo theme. So every time I tweak the theme or change the configuration, I need to update …