Sha256: 24cce300c7f38f78b6c0b6926ba0dd8f83e34b7da18655aaf93f669b3a7741fb

Contents?: true

Size: 1020 Bytes

Versions: 6

Compression:

Stored size: 1020 Bytes

Contents

A static website CMS
====================

If you need to build a quick html website but don't want to maintain each page independently Static-CMS could be for you.
StaticCMS is a static website builder that creates html files from an eruby template.  This facilitates the management of the layout/skin/theme from a single file.
It also has a few nifty features such as JavaScript and CSS bundeling and minimisation
When your happy with your website StaticCMS will also deploy to AmazonS3 setting appropriate caching settings.

Find it useful? Then let me know: https://twitter.com/c_probert

	gem install scms
	scms --create mynewsite
	cd mynewsite
	scms --serve

Further Reading
---------------

 * Homepage: http://cprobert.github.io/Static-CMS
 * Gem: https://rubygems.org/gems/scms
 * WYSIWYG editor: http://ipassexam.github.io/Air-Monkey/
 * ERB template language: http://www.stuartellis.eu/articles/erb/

 
 [![Gem Version](https://badge.fury.io/rb/scms.png)](http://badge.fury.io/rb/scms)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
scms-4.5.1 README.md
scms-4.5.0 README.md
scms-4.4.9 README.md
scms-4.4.8 README.md
scms-4.4.6 README.md
scms-4.4.5 README.md