WordPress Alternatives
101–110 of 125 posts
Re: WordPress Alternatives
#102That list isn't deep enough. These are CMS alternatives, not WordPress alternatives. I need a WordPress alternative to/with the following requirements: - self-hostable - opensource core (paid plugins are not a problem) - so it can be installed and intensively tested without shelling too much money just for R&D - has ACF equivalent - has a visual composer à la Gutenberg, a middle-ground between WordPad editing interfa…
Also, a simple and workable e-cart
I tried many alternatives. Their upgrade path is painful.
Re: WordPress Alternatives
#103If one is looking for a simple/personal blog and wants to write in plain-text Markdown, one should consider Jekyll on GitHub Pages[1]. The beauty is that one does not need to worry about setting up Jekyll on the local machine. Just write and push to Github. If one wants to skip that, just go to GitHub and write there; a version of VSCode is built in there. This also allows one to carry (take out) their content anywhe…
What do you do about images?
Re: WordPress Alternatives
#104Special mention to Processwire. Worked with it a few years ago and really loved it at the time. https://processwire.com/ Craft is great but a bit slow in my tests. They have a really powerful e-commerce offer though and is really flexible.
Re: WordPress Alternatives
#105Earlier quoted context omitted.
I haven't used it since forever ago, but Lektor [0] is this weird in between. You need to be able to pip install and run `lektor serve` in the terminal but most else is done in the browser. [0] https://www.getlektor.com/
I used Lektor recently. I was OK but I found the editor UI awkward and things like tags and subjects difficult to manage, and there didn't seem to be much in the way of current support or a plugin ecosystem. Publishing directly to a server with Git push and only having html online was nice, though. I might go back to it. I switched to Wordpress but I blog so little it seems like overkill. AFAIK Lektor doesn't have a…
Re: WordPress Alternatives
#106Re: WordPress Alternatives
#107WordPress is not bad, it has its purpose and works well. It's bad when you try to make it do things it wasn't meant to with dubious plugins. I made some money on WordPress and I understand why people started using it and why they still do. It's very hard to replicate the community support that took years to build.
Re: WordPress Alternatives
#108Earlier quoted context omitted.
No idea where you are getting that from. It's used in production on plenty of sites.
"used in production" is not the same as being a serious wordpress alternative. Would bet that none of those production deployments are without some non-negligible developer time investment. On top of that (assuming that extra investment is possible / desirable) the abstractions layered on top of django are quite opaque and have a steep learning curve. Having to code standard CMS functionalities becomes an eye-rolling…
You only said you thought it wasn't ready for prime time, which I think a reasonable interpretation is that you were saying you didn't think it was ready for production use.
> Would bet that none of those production deployments are without some non-negligible developer time investment.
That's the thing, I think the time invested is pretty negligible. Especially when compared to maintaining wordpress and having to deal with plugin craziness.
> Having to code standard CMS functionalities becomes an eye-rolling exercise.
You only really have to setup models for pages, tags, categories etc, after that the editor is incredibly functional.
Re: WordPress Alternatives
#109is Drupal getting better for ordinary people to deploy? it was my choice 15 years ago it's sad python, rails,node never had a rival platform to replace WordPress over the years, long live php for the web
Re: WordPress Alternatives
#110Special mention to Processwire. Worked with it a few years ago and really loved it at the time. https://processwire.com/ Craft is great but a bit slow in my tests. They have a really powerful e-commerce offer though and is really flexible.
For a WordPress alternative, however, ProcessWire is perhaps not batteries-included enough. Like many of the systems in this thread, it caters more to developers who want full control over their site. For someone who just needs a blog with maybe a contact form and wants to choose a nice “template” and be done with it, ProcessWire isn’t a good fit. While it has “site profiles”, it’s lacking a lot of traction in that area, as well as a consumer-oriented marketplace that’s nice to browse (screenshots, curation etc.).
But for anyone who wants to build something more complex, it’s a great choice. Cozy little community, too.