Sha256: 9a7121107faca22cc50f0b022fa511cbdd6d7cfae06531d75032d1fc594f1247

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

template: _templates/skin.erb.html # The website skin (erb template)
#url: 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: scripts/bootstrap.min-v2.1.1.js
    files:
     - scripts/bootstrap.js
- style:
    generate: stylesheets/style-1.0.css
    files:
      - stylesheets/bootstrap.css
      - stylesheets/bootstrap-responsive.css
      - stylesheets/style.css

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
scms-2.0.3 assets/blank-template/_config.yml
scms-2.0.2 assets/blank-template/_config.yml
scms-2.0.1 assets/blank-template/_config.yml
scms-2.0.0 assets/blank-template/_config.yml