Hugo + Github Pages 😵

Ah this was one of the most annoying things, I encountered this week ! Hosting Static Sites on Github Pages should be easy and it is, I’ve used it before too and its one of the best hosting medium ! BUT… Using HUGO to generate a static site and host it on Github Pages was pretty annoying. It was very easy on the development side of things, deployment was the opposite but got it sorted it. Using hugo --ignoreCache -t PaperMod built a public/ directory where the static site was generated and pushing it the remote repo and hosting would have done the job but for some reason the CSS and JS was not loading what so ever. It was HTML ONLY ! ...

July 6, 2025

Hugo

Well Yesterday I found out HUGO and static site generation. Now I was thinking to host my notes like this and code and stuff as a DEVLOG but doing frontend burns the hell outta me. So I discovered Jekyll but then understood I needed Ruby installed in Order to use Jekyll ! So exploring further I found out Hugo and how I don’t need Ruby installed but obviously had to install Hugo. Seeing how crazy good it was I was Seriously impressed ! ...

July 6, 2025