this post was submitted on 04 Apr 2025
19 points (95.2% liked)

Self-hosting

3302 readers
1 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
 

With layoffs starting at WordPress, and me recognizing that I'm a bit of a dinosaur in this regard, I'm wondering what folks are using for self-hosting their own blog these days? While I'm not exactly prolific, I do like having my own little home on the internet to write up things I find interesting and pretending people actually read it. And, of course, I really don't want to be reliant on someone else's computers; so, the ability to self-host is a must.

Honestly, my requirements are pretty basic. I just want something to write and host articles and not have to fight with some janky text editor. And pre-built themes would be very nice. It would be nice if there was an easy way to transition stuff I have in WP; but, I can probably get that with some creative copy/paste work.

So, what are all the cool kids blogging on these days?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

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.

[–] [email protected] 2 points 3 weeks ago

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.

[–] [email protected] 1 points 3 weeks ago (1 children)

@[email protected]

@sylver_[email protected] @JASN_[email protected] @[email protected]

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.

[–] [email protected] 1 points 3 weeks ago

These aren't mutually exclusive terms.