Genit is a command line framework, essentially based on conventions, to build static web site. It is designed with readability in mind. A simple example, to inject the pages in a template:
<genit class="pages" />
May be one can say Genit is a xhtml framework...
2013-04-02
This release adds support for Haml and Sass.
2013-03-29
Finally, the version 2.0 of Genit is over.
New in this release:
gem install genit
Genit is a Ruby application, meaning you need a Ruby interpreter to be able to run it. See installation details.
genit create my-test-site
cd my-test-site
genit compile
genit server
Now point your navigator to localhost:3000 to view your new site.
Genit website is the first using version 2.0 of the genit framework. If you are curious, you can browse the sources. of this site.
Tiling website, made with Genit 1.0.
Senet website, made with Genit 1.0.
Genit is a free, open source software licensed under the MIT license.