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?

    • jackalope@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      11 days ago

      WordPress is also a cms. Pretty much all blog platform software is a cms or it’s a static site generator.

      • jonathan@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        11 days ago

        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.

          • kreynen@kbin.melroy.org
            link
            fedilink
            arrow-up
            1
            ·
            7 days ago

            @[email protected]

            @[email protected] @[email protected] @[email protected] @[email protected]

            It can be, but a large percentage of WP installs aren’t even blogs that manage posts over time. They are basic 20-30 brochure-ware sites that use WP as a page builder.

            WP is popular with .edu sites where they are managing thousands of structured content types; faculty profiles, academic programs, events, etc.

            Drupal is also a popular solution for that type of project where managing a large amount of structured data is a key feature.

            My experience has been that WP needs to “built up” to handle large site while Drupal needs to “burned down” to be a good fit for small, page building projects.

            Though Drupal’s new preconfigured Drupal CMS installer with “recipes” for different use cases is making it a better option for smaller site projects.

            https://new.drupal.org/drupal-cms

            • bane_killgrind@slrpnk.net
              link
              fedilink
              English
              arrow-up
              1
              ·
              7 days ago

              Regardless if individual projects use the whole feature set, it has the functionality and capability out the box. Saying it’s not a CMS is a silly nitpick.

              • jonathan@lemmy.zip
                link
                fedilink
                arrow-up
                1
                ·
                7 days ago

                Honestly I think you’re actually the one nitpicking, my point was whether or not the technologies had a blog focus. And that is what my data supported.

        • jackalope@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          9 days ago

          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.

          • jonathan@lemmy.zip
            link
            fedilink
            arrow-up
            2
            ·
            9 days 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.

          • kreynen@kbin.melroy.org
            link
            fedilink
            arrow-up
            1
            ·
            7 days ago

            @[email protected]

            @[email protected] @[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.