staticise

A static site generator using HAML, SASS, Less, CoffeeScript

Prerequisites

Installation

Create your working folder.

mkdir my-website
cd my-website

Create a Gemfile:

touch Gemfile

Add the following into the Gemfile:

source 'https://rubygems.org'  
gem 'staticise'

Then from your project root run:

bundle install
staticise init
staticise

And done, you can now start creating your static website using the power of dynamic libraries. Check the sample app here for more info github.com/melvinsembrano/staticise-sample

Contributing to staticise

Copyright © 2013 Melvin Sembrano. See LICENSE.txt for further details.