TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What self-hosted CMS can import from WordPress?

17 点作者 lkrubner超过 2 年前
Since 2010 I&#x27;ve been self-hosting my WordPress blog:<p>http:&#x2F;&#x2F;www.smashcompany.com&#x2F;<p>But I want to move to a new CMS. The most polite thing I can say about WordPress is that it&#x27;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.<p>What I want is WordPress, circa 2010, but without security flaws.<p>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.<p>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.

11 条评论

cweagans超过 2 年前
&gt; But I want to move to a new CMS. The most polite thing I can say about WordPress is that it&#x27;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.<p>Why don&#x27;t you just turn off the block editor? <a href="https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;disable-gutenberg&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;disable-gutenberg&#x2F;</a> or similar.<p>&gt; 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.<p>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&#x27;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.<p>&gt; A static site generator would be fine with me.<p>I highly recommend Hugo if you&#x27;re going to switch to a static site generator. Lots of Wordpress importers available, some of which you can find here: <a href="https:&#x2F;&#x2F;gohugo.io&#x2F;tools&#x2F;migrations&#x2F;#wordpress" rel="nofollow">https:&#x2F;&#x2F;gohugo.io&#x2F;tools&#x2F;migrations&#x2F;#wordpress</a>
davidandgoliath超过 2 年前
It shouldn&#x27;t be impossible to secure wp as-is, happy to help if need be. Reduce excess plugins, enable automatic updates, avoid plugins that can&#x27;t be updated via wp.org repo., reset wp salts. You&#x27;d likely find it&#x27;s very reasonable afterwards.<p>For the editor: Install this, it&#x27;s supported through 2024 (at least) and will revert the editor to the old version:<p><a href="https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;classic-editor&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;classic-editor&#x2F;</a>
评论 #34443990 未加载
bensonn超过 2 年前
Publii. It has a WP Importer tool. Your site layout looks similar to some of the free themes. The &quot;old school&quot; simplicity of using a desktop CMS is great in my opinion.
stefanos82超过 2 年前
You could try Hugo.<p>Below I share an official Hugo link that explains how to accomplish what you are after.<p><a href="https:&#x2F;&#x2F;gohugo.io&#x2F;tools&#x2F;migrations&#x2F;#wordpress" rel="nofollow">https:&#x2F;&#x2F;gohugo.io&#x2F;tools&#x2F;migrations&#x2F;#wordpress</a><p>Good luck!<p>P.S.: Keep an eye on <a href="https:&#x2F;&#x2F;www.classicpress.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.classicpress.net&#x2F;</a> , maybe it&#x27;s also a good alternative? Give it a try.
hnarayanan超过 2 年前
Ghost is one option. It’s modern and clean and can import content from WordPress: <a href="https:&#x2F;&#x2F;ghost.org&#x2F;docs&#x2F;migration&#x2F;wordpress&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ghost.org&#x2F;docs&#x2F;migration&#x2F;wordpress&#x2F;</a>
评论 #34452476 未加载
tmnvix超过 2 年前
Wagtail is one option: <a href="https:&#x2F;&#x2F;wagtail.org&#x2F;blog&#x2F;wordpress-to-wagtail-migration-kit&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wagtail.org&#x2F;blog&#x2F;wordpress-to-wagtail-migration-kit&#x2F;</a>
pathartl超过 2 年前
I moved my personal blog to Grav a couple of years ago:<p><a href="https:&#x2F;&#x2F;pathar.tl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pathar.tl&#x2F;</a><p><a href="https:&#x2F;&#x2F;getgrav.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getgrav.org&#x2F;</a><p>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&#x27;ve been eyeballing.
suramya_tomar超过 2 年前
Like you I also dislike the Blocks editor, however the fix is easy. You can install the Classic Editor (<a href="https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;classic-editor&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;classic-editor&#x2F;</a>) plugin and get the old interface back.<p>You can switch between the two if you want, and can configure it to be the default.
pipiscrew超过 2 年前
I used wordpress from ~2010, on 2022 still had it with 15k articles :) totally unmanageable, I switch to Xenforo PHP forum (self hosted), I wrote an appication doing the migration for the articles, operation done! <a href="https:&#x2F;&#x2F;bit.ly&#x2F;3WFzhJD" rel="nofollow">https:&#x2F;&#x2F;bit.ly&#x2F;3WFzhJD</a>
xrd超过 2 年前
You can export a database inside the WordPress admin and convert to Jekyll.<p><a href="https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;jekyll-exporter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;jekyll-exporter&#x2F;</a>
andrei_says_超过 2 年前
I believe craftcms does have a Wordpress importer. I’ve used craft for years and recommend it.