Hey everyone! I'm planning to set up a blog on my home server and I'm on the hunt for a simple Content Management System (CMS) that has a web interface for post publishing. I specifically want something that runs on Docker, as I'm a bit of a beginner when it comes to GitHub and I'm not very familiar with Markdown.
I considered using Hugo alongside Blowfish, but I'm unsure about how to properly set it up with Docker (I actually use Podman) and I realize I'll need extra components for a CMS interface, such as Decap, to avoid using Markdown altogether.
Does anyone have any suggestions for me?
1 Answer
You might not actually need Docker for Hugo. It's quite straightforward to set it up without it!

I'd prefer to stick with Docker since all my other services are running on it. I could generate the site locally and then upload it to a Docker container with Apache or Nginx, but that just feels like it would complicate things more.