Sha256: c8e11a65285447374123db237b1a131d13debdb206e0f3407319cf96b4bf76a1

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 KB

Contents

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

If you need to build a quick html website but don't want to maintain each page independantly 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 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 approperate caching settings.

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

### Installing 

    gem install scms

### Creating a website 

    scms -a create -w /path/to/folder

_(if the -w flag is excluded it assumes current directory)_

### Building your website 

    scms -a build -w /path/to/folder
    
_(if the -a flag is excluded defult action is 'build')_

### Publishing your website 

    scms -a deploy -w /path/to/folder


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

 * Homepage: http://cprobert.github.io/Static-CMS/
 * ERB template language: http://www.stuartellis.eu/articles/erb/

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
scms-3.0.0 README.md
scms-2.2.0 README.md
scms-2.1.9 README.md
scms-2.1.8 README.md
scms-2.1.7 README.md
scms-2.1.6 README.md
scms-2.1.5 README.md
scms-2.1.4 README.md
scms-2.1.2 README.md
scms-2.1.1 README.md
scms-2.1.0 README.md
scms-2.0.9 README.md