Sha256: 18e24dabe233949aaf3dc919d2e62eea4f93d6d2f80349caa24adf19e373cc84
Contents?: true
Size: 939 Bytes
Versions: 2
Compression:
Stored size: 939 Bytes
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 ### Building your website scms - build -w /path/to/folder ### 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scms-1.8.7 | README.md |
scms-1.8.6 | README.md |