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

4 points by hackercurious ↗ HN
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.

By easiest I mean the most user friendly to set-up and create a site, best documentation, and has an active group of users/community.

11 comments

[ 4.3 ms ] story [ 40.7 ms ] thread
active groups of user/community: jekyll probably.

jekyll documentation is good too.

it's quite easy

seems to fit with your needs.

Checkout Olai, (http://olai.in), 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.

Disclosure: Olai is my baby.

Pricing's a bit confusing. Is that 10 new posts a month or are you only allowed 10 posts ever? :)
>It really boils down to your language preference:

I was looking for the easiest-setup, operation, posting on web, updating content etc.

In this way I have only the preference of simple use.

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.

Middleman is much easier than Jekyll if you want to build any kind-of normal non-blog website.

I was trying to want to build a simple kind-of normal non-blog website also. Thanks for the tip on Middleman.
Inspired by your question I had a quick Google.

This one seems quite easy http://gohugo.io.

You download the built binary, no dependencies, lots of themes available. Had it working in a few minutes. (The git clone step didn't work for me but I just went to github and downloaded the zip.)