• eskimofry@lemmy.world
      link
      fedilink
      English
      arrow-up
      31
      arrow-down
      5
      ·
      3 months ago

      Its convenient. Not everyone wants to waste their life centering divs you know

        • mbirth@lemmy.mbirth.uk
          link
          fedilink
          English
          arrow-up
          18
          ·
          3 months ago

          It’s the only CMS that runs on a classic AMP stack which is still the standard with cheap web hosters. And since everyone and their dog is using it, you can easily find support and ready-to-use plugins for almost anything.

          In the car world, WordPress is your plain old petrol car that just runs, can easily be refuelled and you can get anything repaired at every other street corner. That’s why it is still so widespread.

          • IsThisAnAI@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            2
            ·
            edit-2
            3 months ago

            Drupal is out there. It’s not perfect but it’s well maintained and quite powerful with good community support.

        • mbirth@lemmy.mbirth.uk
          link
          fedilink
          English
          arrow-up
          16
          arrow-down
          1
          ·
          3 months ago

          Ghost runs on NodeJS which isn’t available at most cheap webhosters. Also it doesn’t do traditional blog things like pingbacks, trackbacks or webmentions.

          BearBlog can’t be self-hosted at all - it says so right on their GitHub’s README.

          WriteFreely is a Go binary that - again - isn’t supported on most cheap hosters. Also I can’t seem to find anything about it supporting pingbacks, trackbacks or webmentions. It seems to be more like a one-user Mastodon instance.

        • funkless_eck@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          8
          arrow-down
          1
          ·
          3 months ago

          first one isn’t free

          second one you have to migrate posts using ctrl+c ctrl+v and then hand type the publish date

          third one you have to already have built your own SQL database

          • Vittelius@feddit.de
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 months ago

            Ghost is open source. You can selfhost. It’s just that aggressively advertising their (paid) hosting services on the official website

        • Tavi@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 months ago

          You can try it, but I switched from Ghost to WordPress because of auto updates. Default ghost docker image doesn’t pin the correct DB version which causes errors, and watchtower updates break your website. Also, very little in the way of existing plugins or themes. Typing a new article doesn’t give much in the way for formatting.

          Way more documentation on the WordPress side of things and just general QoL stuff. Plus, free templates. Spaghetti it is, but spaghetti works and I don’t feel like using Hugo.

    • wagoner@infosec.pub
      link
      fedilink
      English
      arrow-up
      12
      ·
      3 months ago

      Laziest common response to things like this. People still use Windows? People still use cars? WordPress is insanely popular and there’s no indication that’s going to change. Not even after you’ve chosem to signal to all of us here that you don’t use it. Good for you, though!

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 months ago

        Wordpress does a lot of things. You need to specify which things you want to do in order to narrow down a replacement. For example:

        • static site? - Hugo, Jekyll, etc - just generates regular HTML
        • personal cloud? - NextCloud/OwnCloud
        • ecommerce? - consider nopCommerce or OpenCard

        The more you can narrow your requirements, the easier it will be to find a secure solution.

        • Anon518@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 months ago

          static site? - Hugo, Jekyll, etc - just generates regular HTML

          These are either vastly more limited, or they require you to be able to code.

          ecommerce? - consider nopCommerce or OpenCard

          I’ve never heard of these, but I have seen people say that if you want to do ecommerce you should only use Shopify, because even small differences can result in people not purchasing your products.

      • 555@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        3 months ago

        Something that gets built on my machine and pushed up to the site and doesn’t allow third party code to execute on the backend.

        It really depends on what the website is.

        If you have a use case, I can be more detailed.