Sha256: f9edfaaa0b8782ee56a9a8c4989a2dd5b039a32ecb8f86fd986d943a1d91063d

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 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://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

3 entries across 3 versions & 1 rubygems

Version Path
massimo-0.8.2 README.md
massimo-0.8.1 README.md
massimo-0.8.0 README.md