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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

ASk HN: I Need a Self-hosted blog platform

4 点作者 BeccaCory大约 11 年前
I&#x27;m a marketer, and looking for a blog platform where we can host the blog ourselves - ie, I want to implement extreme customization. Anyone have any recommendations.<p>Wordpress is not capable enough.

8 条评论

robotys大约 11 年前
If wordpress is not capable enough for you it is either 1) what you are trying to do is not within scope of normal web interaction or 2) you have very limited experience using wordpress.<p>you need to consult a web developer that you trust for these issue.
michaelchum大约 11 年前
A lot of hackers use Octopress <a href="http://octopress.org/" rel="nofollow">http:&#x2F;&#x2F;octopress.org&#x2F;</a> it is a framework over Jekyll which lets you write posts in an easy way like Wordpress. It also contains templates so you don&#x27;t have to take care of the HTML&#x2F;CSS&#x2F;JS like in Jekyll
zachlatta大约 11 年前
People seem to be pretty excited about <a href="https://ghost.org/" rel="nofollow">https:&#x2F;&#x2F;ghost.org&#x2F;</a> these days. It&#x27;s open source and looks to have a pretty strong community.
评论 #7607631 未加载
digisocialnet大约 11 年前
Maybe the poster means wordpress.com is not capabale enough? To me, Wordpress is a self-hosted platform and overly capable as a blog. It&#x27;s also pretty capable for any other CMS-based site.
评论 #7607630 未加载
ColinWright大约 11 年前
What are you capable of? What skills do you have in house? If you need extreme customization, what can you do? With the right skills you could just write your own.
mindcrime大约 11 年前
Roller?<p><a href="http://roller.apache.org" rel="nofollow">http:&#x2F;&#x2F;roller.apache.org</a>
Skywing大约 11 年前
Github with Jekyll?
bmelton大约 11 年前
What deficiencies does Wordpress have? How is it not capable enough? Knowing whether it won&#x27;t perform well under the kind of load your audience generates leads to an entirely different answer than knowing that it is limited in some other way.<p>If Wordpress is lacking in extensibility, then my guess is you&#x27;d be better off with something like Django, which isn&#x27;t a blog at all, but could easily be converted into one -- or you could start with an existing, minimalist Django blog package and extend it.<p>If Wordpress is simply lacking features you need though, that&#x27;s a different conversation, as it&#x27;s the most likely to get those feature in the future, and&#x2F;or possibly the cheapest to have those extensions developed.