Sha256: b536e0c3d6a9d3d99a6a4c63b9bf1071115cd4b43b048460b98a10b9cf8da3e3

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 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 [Sinatra::More](http://github.com/nesquena/sinatra_more)
* 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://petebrowne.github.com/massimo/.

## Copyright

Copyright (c) 2009 [Peter Browne](http://petebrowne.com). See LICENSE for details.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
massimo-0.7.5 README.md
massimo-0.7.4 README.md
massimo-0.7.3 README.md
massimo-0.7.2 README.md
massimo-0.7.1 README.md