Sha256: 8b416a3c23fc4c15fc4926b3c21ceea5afcf2d3a8469fc7d4e0869fe299dc0e6
Contents?: true
Size: 1.33 KB
Versions: 3
Compression:
Stored size: 1.33 KB
Contents
Massimo ======= Massimo is a static website builder that allows you to use dynamic technologies such as Haml & Sass for rapid development. *Massimo's code is inspired by other website generators like [Jekyll](http://github.com/mojombo/jekyll) and [Webby](http://webby.rubyforge.org/).* Features -------- * Renders templates and views using [Tilt](http://github.com/rtomayko/tilt) * Uses familiar helper methods from [Padrino::Helpers](http://github.com/padrino/padrino-framework) * Supports custom helper methods like [Rails](http://rubyonrails.org/) and [Sinatra](http://www.sinatrarb.com/) * Concats javascripts using [Sprockets](http://getsprockets.org/) and then compresses them using whichever library you want * Renders stylesheets using either [Sass](http://sass-lang.com/) or [Less](http://lesscss.org/) * Automatically creates pretty URLs Installation ----------- ``` bash $ gem install massimo ``` Getting Started --------------- ``` bash $ massimo new my-site $ cd my-site $ massimo build ``` For more information, visit [http://massimo.petebrowne.com/](http://massimo.petebrowne.com/). For an example of a site built by massimo, visit [http://github.com/petebrowne/massimo-site](http://github.com/petebrowne/massimo-site). Copyright --------- Copyright (c) 2011 [Peter Browne](http://petebrowne.com). See LICENSE for details.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
massimo-0.10.3 | README.md |
massimo-0.10.2 | README.md |
massimo-0.10.1 | README.md |