Sha256: feda88d52da26054428ddc32a1a452bdf1e7a0236c1701c2dd9e91a8bf87ce97

Contents?: true

Size: 1.08 KB

Versions: 9

Compression:

Stored size: 1.08 KB

Contents

template: _templates/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: 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

9 entries across 9 versions & 1 rubygems

Version Path
scms-2.2.0 assets/blank-template/_config.yml
scms-2.1.9 assets/blank-template/_config.yml
scms-2.1.8 assets/blank-template/_config.yml
scms-2.1.7 assets/blank-template/_config.yml
scms-2.1.6 assets/blank-template/_config.yml
scms-2.1.5 assets/blank-template/_config.yml
scms-2.1.4 assets/blank-template/_config.yml
scms-2.1.2 assets/blank-template/_config.yml
scms-2.1.1 assets/blank-template/_config.yml