Sha256: 3bdaeffc8bc25c3a113b4d4798f3fe217c61cbf4b3f29e7f6a8d3a8b9802962b

Contents?: true

Size: 1.03 KB

Versions: 11

Compression:

Stored size: 1.03 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

## Copyright

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
massimo-0.7.0 README.md
massimo-0.6.8 README.md
massimo-0.6.7 README.md
massimo-0.6.5 README.md
massimo-0.6.4 README.md
massimo-0.6.3 README.md
massimo-0.6.2 README.md
massimo-0.6.1 README.md
massimo-0.6.0 README.md
massimo-0.5.6 README.md
massimo-0.5.5 README.md