Switching CMS?

With my plan to extend the whole personal part of this website, meaning the Patrick part, I was thinking of how to achieve my plan and if WordPress is the CMS to go forward with.

I’ve been using WordPress as my CMS for 17 years and I’ve got to know it quite a bit and with the Gutenberg editor, it made a huge leap forward. But there are still some drawbacks and that’s why I looked at other CMSs to see what else is out there.

In my search for a WordPress alternative I’ve looked at the following CMSs

Among all those listed above, there were three that I looked at more closely.

Statamic

The first one I stumbled upon was Statamic. A flat file PHP CMS. I love the idea of a CMS without a SQL Database but a file-based one. The UI is fantastic and adding content types and fields to these content types is really easy. I could see myself recreating the structure I need with this CMS but there are some issues.

Statamic is based on the PHP Framework Lavarel and running Lavarel on my hosting server is not possible. I would therefore need to build a static website and deploy those files.

Kirby

After Statamic I stumbled upon Kirby, one of the oldest flat-file PHP CMS. Kirby is easy to install and very lightweight. I can run it easily on my server and while the CMS has a backend GUI, adding content types and fields is only possible by writing YAML files in a code editor.

Hugo

The last one was the Static Site Generator Hugo, which uses Markdown files and frontmatter for fields and relations and generates static HTML files which then can be deployed to the server. It’s technically the biggest change to WordPress and would certainly be a big challenge.

Next steps

So where do I go from here? Well, The one I’m still looking at right now is Kirby. I started to recreate the current structure of SoaPatrick and see what is possible and what needs some work. But there is no urge to switch swiftly to a new CMS because as of right now, WordPress does everything for me. But it sure sounds cool to fully customize the CMS to my needs and get rid of everything I don’t need.

I’m planning to build a website for my mother and I thought this would be the perfect little project to put Kirby to the test and do some actual work with it and not just test around. Through that, I will definitely get some feedback and then I go from there. I just need to be sure about a possible CMS switch because currently there are close to 650 posts here and I don’t want to move them around all the time.