TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

4 pointsby hackercuriousalmost 10 years ago
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 comments

stadeschuldtalmost 10 years ago
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>
bbcbasicalmost 10 years ago
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 未加载
jjudealmost 10 years ago
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 未加载
lalwanivikasalmost 10 years ago
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>
someguy1233almost 10 years ago
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 未加载
gaddersalmost 10 years ago
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)
hackercuriousalmost 10 years ago
&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.
tuananhalmost 10 years ago
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.