Sha256: 8f3a1498e17c0d511d38ca53a2e40bc5596b4228f7d0a3d418c9a362abd5de21

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 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 minifies them using [JSMin](http://github.com/rgrove/jsmin)
* Renders stylesheets using either [Sass](http://sass-lang.com/) or [Less](http://lesscss.org/)
* Automatically creates pretty URLs

## Getting Started
    
    gem install massimo
    massimo generate 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) 2009 [Peter Browne](http://petebrowne.com). See LICENSE for details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
massimo-0.9.0 README.md
massimo-0.8.5 README.md
massimo-0.8.4 README.md
massimo-0.8.3 README.md