this post was submitted on 09 Oct 2024
344 points (98.0% liked)
Technology
59152 readers
1992 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you want a standard CMS, you can't really go wrong with Umbraco. Some people are turned off by .NET, but for developer experience alone it's the best I've ever worked with.
There are many good choices, if you're looking for something more lightweight. Kirby, IndieKit, Concrete5, even Ghost are all solid. I also remember hearing about ClassicPress a while back, that was a fork of WP made during some technical and business decisions that some in the community didn't agree with - never used it though, and it's a fork of a time when the WP codebase was a joke.
I notice you didn't mention Drupal or Joomla, and last time I did any webdev (11 years ago as an intern) it seemed like those were some of the big ones (though my perspective was probably very limited back then). Are they no good, have they fallen out of favour?
I actually used Drupal a year ago, so it's definitely still around! Joomla isn't a name I've heard for a while though. To be fair, I mostly work in AI now, so I'm removed from the web dev world also.
I think flat file and API based CMS's have become more popular now, especially with many people questioning why so many CMS's were built on relational data stores for largely non-relational data. For many, the ability to drop a CMS in and have it "just work" is why some of the newer ones are growing in popularity.
I can recommend Grav as a flatfile CMS for those use-cases where the site is 90% static, the customer just wants to get able to sometimes update some of the content.