Hacker News new | ask | show | jobs
by gorm 5410 days ago
This looks like a very cool project, but how many of these tools do we need and how can we differentiate between them? Just in the Ruby world we now have: Webgen, Webby, Nanoc, Staticmatic, Jekyll, Ace, SassRoku, Hobix, Middleman +++ If we include Python, Node and Perl, there should be plenty more to choose from.
4 comments

Do any of those have the trivial controller/directory model that Stasis has? It seems like a major win.
Blogofile (python) has something like that.

http://www.blogofile.com/

There are a few more Ruby ones around. I have a list at [0] but even that one is outdated, as it does not include Ace or Stasis yet… and I’m not familiar enough with Python/Perl/JavaScript/etc to know the state of site generators there.

Writing site generators is easy and homegrown site generators will fit the author’s need best, so there you have the reason why there are so many. Mind you that quite a few are no longer actively maintained. For example, StaticMatic and Webby have recently both been discontinued (see [1] and [2]) and their authors recommend MiddleMan and nanoc, respectively.

[0]: http://nanoc.stoneship.org/docs/1-introduction/#similar-proj...

[1]: http://groups.google.com/group/staticmatic/browse_thread/thr...

[2]: http://groups.google.com/group/webby-forum/browse_thread/thr...

One for each person who wants to learn how to build them. I recommend building this kind of thing to other people pretty often.
another nice one for ruby is frank[0]

[0]: https://github.com/blahed/frank