Recommendations for a Simple Docker CMS for Beginners

0
15
Asked By CuriousCat99 On

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

Answered By DockerDude42 On

You might not actually need Docker for Hugo. It's quite straightforward to set it up without it!

NewbieNinja77 -

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.