this post was submitted on 07 Nov 2024
61 points (93.0% liked)
Technology
59148 readers
1946 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To be fair, I’d move away from Wordpress entirely. So many better options out there without tyrannical leadership.
Is there alternative for dynamic multipage shop site?
Can you recommend a few?
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.
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.
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.
Is ghost static now? I thought it was just a blog cms written in Node
You can use third party tools to generate a static site from a Ghost setup, like this one.
https://ghost.org/ is one of them.