Project

massimo

0.01
No commit activity in last 3 years
No release in over 3 years
Massimo builds HTML, Javascript, and CSS Files from your source.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.1
~> 1.2
~> 0.5
>= 0.8.7
~> 1.0
~> 2.6
~> 3.1
~> 0.9

Runtime

~> 0.3
~> 0.4
~> 1.1
~> 1.0
~> 0.14
~> 1.3
~> 0.3
 Project Readme

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 and Webby.

Features

  • Renders templates and views using Tilt
  • Uses familiar helper methods from Padrino::Helpers
  • Supports custom helper methods like Rails and Sinatra
  • Concats javascripts using Sprockets and then compresses them using whichever library you want
  • Renders stylesheets using either Sass or Less
  • Automatically creates pretty URLs

Installation

$ gem install massimo

Getting Started

$ massimo new my-site
$ cd my-site
$ massimo build

For more information, visit http://massimo.petebrowne.com/.

For an example of a site built by massimo, visit http://github.com/petebrowne/massimo-site.

Copyright

Copyright (c) 2011 Peter Browne. See LICENSE for details.