I just visited the Static Website Generation on Ruby toolbox and I don't know which of applications listed there is best suited for a little blog engine. Basically I need:
- an index page with 1..5 of latest articles with shortened content;
- possibility to add few main pages and a menu to access them (breadcrumb optional);
- show articles
- show/search archives
- commenting system - Disqus Ok
- tag-list cloud - optional
- Look&Feel via layout
Important all content will be translated in 3 languages!
I can host on my own server, so side processing is possible.
Update:
First I'll try nanoc
=> blog's source on github