Ask HN: What self-hosted CMS can import from WordPress?
http://www.smashcompany.com/
But I want to move to a new CMS. The most polite thing I can say about WordPress is that it's moved in a direction away from what I need. The new(ish) WYSIWYG editor, with the blocks, is very far from what I need or want.
What I want is WordPress, circa 2010, but without security flaws.
Right now, the biggest problem I face is the security flaws. The last time I upgraded I was immediately hacked, and after many attempts to get WordPress setup correctly, I found I could not avoid being hacked unless I chmod everything 0444, which means I cannot currently upload images, which I find frustrating.
So what is another CMS I can use? Preferably one that has great import of old WordPress instances? A static site generator would be fine with me.
13 comments
[ 3.1 ms ] story [ 37.4 ms ] threadBelow I share an official Hugo link that explains how to accomplish what you are after.
https://gohugo.io/tools/migrations/#wordpress
Good luck!
P.S.: Keep an eye on https://www.classicpress.net/ , maybe it's also a good alternative? Give it a try.
For the editor: Install this, it's supported through 2024 (at least) and will revert the editor to the old version:
https://wordpress.org/plugins/classic-editor/
I completely agree you can reduce the risk in WP to an acceptable level. It has just become more work than most of us want for hobby projects if you want to do anything more than lock down basic.
https://pathar.tl/
https://getgrav.org/
There are plugins for WordPress to generate markdown files from your posts and then you can import that into Grav. I self-host this in Docker and find it much more pleasing to actually write things. Statamic is another similar markdown-based CMS that I've been eyeballing.
https://wordpress.org/plugins/jekyll-exporter/
Why don't you just turn off the block editor? https://wordpress.org/plugins/disable-gutenberg/ or similar.
> Right now, the biggest problem I face is the security flaws. The last time I upgraded I was immediately hacked, and after many attempts to get WordPress setup correctly, I found I could not avoid being hacked unless I chmod everything 0444, which means I cannot currently upload images, which I find frustrating.
Switching to another CMS is likely not going to change the possibility of getting hacked. There are plenty of Wordpress sites out there that don't get hacked. I would politely suggest that you may be doing something wrong and that there might be something less invasive that you can do than migrating to a different CMS.
> A static site generator would be fine with me.
I highly recommend Hugo if you're going to switch to a static site generator. Lots of Wordpress importers available, some of which you can find here: https://gohugo.io/tools/migrations/#wordpress
You can switch between the two if you want, and can configure it to be the default.