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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the easiest to use static site generator?

4 点作者 hackercurious将近 10 年前
I am trying to determine the easiest to use static site generator. I have found there are now several hundred static site generators and I understand most of these are forks of the main static site generators.<p>By easiest I mean the most user friendly to set-up and create a site, best documentation, and has an active group of users&#x2F;community.

8 条评论

stadeschuldt将近 10 年前
It really boils down to your language preference:<p>For Ruby: Jekyll <a href="http:&#x2F;&#x2F;jekyllrb.com" rel="nofollow">http:&#x2F;&#x2F;jekyllrb.com</a> or Middleman <a href="https:&#x2F;&#x2F;middlemanapp.com" rel="nofollow">https:&#x2F;&#x2F;middlemanapp.com</a> (in case you want a site rather than a blog) For Python: Pelican <a href="http:&#x2F;&#x2F;blog.getpelican.com" rel="nofollow">http:&#x2F;&#x2F;blog.getpelican.com</a>
bbcbasic将近 10 年前
Inspired by your question I had a quick Google.<p>This one seems quite easy <a href="http:&#x2F;&#x2F;gohugo.io" rel="nofollow">http:&#x2F;&#x2F;gohugo.io</a>.<p>You download the built binary, no dependencies, lots of themes available. Had it working in a few minutes. (The git clone step didn&#x27;t work for me but I just went to github and downloaded the zip.)
评论 #9704794 未加载
jjude将近 10 年前
Checkout Olai, (<a href="http:&#x2F;&#x2F;olai.in" rel="nofollow">http:&#x2F;&#x2F;olai.in</a>), a hosted static site generator. Nothing to setup. Connect Amazon S3 or Github page and you are done. Bonus: Use your desktop blog editors, like MarsEdit.<p>Disclosure: Olai is my baby.
评论 #9700365 未加载
lalwanivikas将近 10 年前
Jekyll.<p>If you are just getting started, you can read this tutorial I wrote for SitePoint:<p><a href="http:&#x2F;&#x2F;www.sitepoint.com&#x2F;set-jekyll-blog-5-minutes-poole&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.sitepoint.com&#x2F;set-jekyll-blog-5-minutes-poole&#x2F;</a>
someguy1233将近 10 年前
What purpose are you using them for? I tried Jekyll and found it just got in the way of me creating sites, so I found Middleman.<p>Middleman is <i>much</i> easier than Jekyll if you want to build any kind-of normal non-blog website.
评论 #9702060 未加载
gadders将近 10 年前
CityDesk: <a href="http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CityDesk" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CityDesk</a><p>(or it was 15 years ago)
hackercurious将近 10 年前
&gt;It really boils down to your language preference:<p>I was looking for the easiest-setup, operation, posting on web, updating content etc.<p>In this way I have only the preference of simple use.
tuananh将近 10 年前
active groups of user&#x2F;community: jekyll probably.<p>jekyll documentation is good too.<p>it&#x27;s quite easy<p>seems to fit with your needs.