• @[email protected]
      link
      fedilink
      English
      22
      edit-2
      18 hours ago

      There isn’t a true replacement for Wordpress because of the sheer availability of plugins it has.

      But for simple sites like blogs and personal sites Grav CMS is one I’ve used, and it gives you a web admin panel similar to Wordpress, so the learning curve isn’t too bad.

      Drupal also gets mentioned a lot as a replacement.

      There are also static site generators like Hugo, but those require learning a lot about the specific one you use, and are pretty complex to use, and if you need non-static content like a web form or something it can add a lot of complexity to your whole setup.

    • @[email protected]
      link
      fedilink
      English
      917 hours ago

      I feel like most of the time Hugo and friends are quite enough. They may not be as flexible, but are certainly lighter, more secure, and easier to work with.

      • @[email protected]
        link
        fedilink
        English
        117 hours ago

        Yup, if you just need a static website, Hugo, Ghost, or any of the other static site generators will do the job. If you need something fancier, there are solutions for those two, but you need to be clear about your requirements because almost nothing is a drop-in replacement for WordPress.