Sha256: 9b254d115e642545fe29b107e35cf18841093dbb23474425517ef009e04efc0d

Contents?: true

Size: 1.04 KB

Versions: 15

Compression:

Stored size: 1.04 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.

### 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

15 entries across 15 versions & 1 rubygems

Version Path
scms-2.0.8 README.md
scms-2.0.7 README.md
scms-2.0.6 README.md
scms-2.0.5 README.md
scms-2.0.3 README.md
scms-2.0.2 README.md
scms-2.0.1 README.md
scms-2.0.0 README.md
scms-1.9.6 README.md
scms-1.9.5 README.md
scms-1.9.4 README.md
scms-1.9.3 README.md
scms-1.9.2 README.md
scms-1.9.0 README.md
scms-1.8.8 README.md