StaticCms

Description

Simple Static HTML file generation based on Haml and Sass.

Features

StaticCMS is a very small and simple contents management system based on YAML, Haml and Sass.

Usage

Please type

static_cms init DIR

on the command line to initialize DIR directory as a working directory of the StaticCms. Please goto DIR and type

rake

on the command line to generate site or

rake PAGE_NAME

to generate individual pages.