Sha256: d078f199adb6c9492f4772bb11b02ba97deb6e534ce6648b605b69b27f56d9ea

Contents?: true

Size: 1.33 KB

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
massimo-0.10.0 README.md