Using Hugo With Docker
Lately i’ve been going over the way I have things setup with my docker stacks and going over the stuff that I use and if that still makes sense for current me.
One of the things that stood out was my own homepage, the one you are reading this on. It was running on wordpress before I started this article but hopefully will be made with HUGO from this point on.
In the ever changing landscape of the internet I was feeling less and less at home with wordpress, it requires more upkeep then I would like, it’s heavy, relies on lot’s of third-party plugins with questionable security practices, and overal felt less of a good fit with how my views and skills have changed over time.
When looking around with what I wanted to use in it’s place, HUGO came up again and again. I knew I wanted to go with a static site generator because of the security implications.
After all, I don’t really need very much interactive features so just flat HTML + CSS makes sense and it makes it really hard to exploid with any PHP or SQL sheninigans.
Most other static site generator I found where still focusses heavyly on silicon valley concepts with massive amounts of mentions to tracking, interaction with cloud services, e-commerce ready, social media aware scale-out marketing bullshit.
All the stuff I hate about the modern web.
Sure HUGO has those options too, but it kept cropping up in all my searches, so I’m going to give it a go!
