this post was submitted on 04 Apr 2025
19 points (95.2% liked)
Self-hosting
3325 readers
12 users here now
Hosting your own services. Preferably at home and on low-power or shared hardware.
Also check out:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Joomla is a CMS, I wouldn't recommend it in this context.
WordPress is also a cms. Pretty much all blog platform software is a cms or it's a static site generator.
Wordpress.org homepage uses the word "blog" (along with "publishing platform"), it does not use the term CMS. Joomla.org uses CMS and has zero mentions of "blog".
Wordpress.com is even more stark, mentioning the word "blog" 33 times. Joomla.com again, zero mentions of it.
My vote would be for Ghost anyway.
The wiki article for WordPress describes it as a cms https://en.m.wikipedia.org/wiki/WordPress
What even are you trying to argue here exactly? Is this a matter of structured versus unstructured data? Because you can use WordPress with structured data, using acf. Also I'm pretty sure joomla is unstructured data. Drupal is structured but joomla last I checked uses a rich text editor.
I don't actually care about Wordpress, my point was Joomla is a bad recommendation in this context (a WordPress refugee looking for different blog software). Joomla (and Drupal) is a bad recommendation when there are better and more focused tools available.
@jackalope@lemmy.ml
@sylver_dragon@lemmy.world @JASN_DE@feddit.org @jonathan@lemmy.zip
The amount of design elements (HTML beyond text markdown like divs) and pseudocode (elements that only render when parsed before delivering to the browser) that end up in the content is something to consider. Enabling a text editor alone does not tell you much. You can support easier bold, italic and ~~strike though~~ with a structured data approach.
It's when you get into creating layouts in the editor that really differentiants a page builder from a content management solution.
These aren't mutually exclusive terms.