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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What platform/product do u use for your blogs?

2 点作者 Eugene3v超过 15 年前
If you could list some of the reasons or &#60;like&#62;/&#60;not like&#62; would be greatly appreciated.<p>For all of you suspicious minds out there, no I am not creating another platform for blogs, I really do need one for my product.<p>Thank you !

4 条评论

showerst超过 15 年前
Wordpress is dead simple, flexible, and offers an infinite array of plugins (Of particular value are Akismet for spam filtering and some of the Cache plugins that make your pages serve fast).<p>On the down side, it requires constant security updates, and has a bit of a learning curve if you're trying to customize it. (It's also in written in PHP, which is a big problem for some people).<p>I've used it on my personal site and many work projects and found it to be great as long as you're willing to pay attention to updates and find/install plugins that fit your site.
评论 #838297 未加载
delano超过 15 年前
I use Jekyll for <a href="http://solutious.com/blog" rel="nofollow">http://solutious.com/blog</a>. I like it b/c it's a static site generator so the site itself is just a bunch of files (no database, etc...). Jekyll is also integrated into GitHub so the site itself is built and hosted on their servers. All I have to do is push my commits.
movix超过 15 年前
Posterous - great eamil interface, effortless blog creation and updating and the Share on Posterous widget rocks
Eugene3v超过 15 年前
I should have mentioned earlier that I want to host it or at least have my own domain point to it.