Sha256: 2b3eabba4a55615afcfa1201a6825905a7d6a88955c4e557931b4cac815a07e7
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
template: _layouts/skin.erb.html # The website skin (erb template) #rooturl: http://www.mywebsite.com/ #Whats the website root when published - All references in html will be replaced with this # Define your pages here pages: - index: generate: index.html navigation: Home title: My Homepage description: Meta description keywords: "CMS, S3, Ruby" views: intro: _views/home/intro.html main: _views/home/main.html - about: generate: about.html navigation: About views: intro: _views/about/intro.html main: _views/about/main.html - contact: #Pageless for nav only navigation: contact navigation_meta: contactform url: about:blank # Define your bundles here (versioning is recomended if your caching assets) bundles: - script: generate: js/bootstrap.min-v2.1.1.js files: - _source/scripts/bootstrap.js - _source/scripts/script.js - style: generate: css/style-1.0.css files: - _source/stylesheets/bootstrap.css - _source/stylesheets/bootstrap-responsive.css - _source/stylesheets/style.css
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
scms-3.0.2 | assets/blank-template/_config.yml |
scms-3.0.1 | assets/blank-template/_config.yml |
scms-3.0.0 | assets/blank-template/_config.yml |