Sha256: 3918c880d2def04670bbe4ace017fb7e153d80e42e6580832f56e1347c608f8f

Contents?: true

Size: 1.2 KB

Versions: 20

Compression:

Stored size: 1.2 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.md
        main: "_views/reuse.erb?h1=Heading 1&h2=Heading 2&h3=Heading 3"
- about: 
    generate: about.html
    navigation: About
    views:
        intro: _views/about/intro.html
        main: "_views/reuse.erb?h1=Reuse 1&h2=Reuse 2&h3=Reuse 3"
- 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/script.bundle.min-v2.1.1.js
    files:
     - _source/scripts/bootstrap.js
     - _source/scripts/script.js
- style:
    generate: css/style.bundle-1.0.css
    files:
      - _source/stylesheets/bootstrap.css
      - _source/stylesheets/bootstrap-responsive.css
      - _source/stylesheets/style.css

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
scms-4.3.0 assets/blank-template-v1/_config.yml
scms-4.2.6 assets/blank-template-v1/_config.yml
scms-4.2.5 assets/blank-template-v1/_config.yml
scms-4.2.4 assets/blank-template-v1/_config.yml
scms-4.2.3 assets/blank-template-v1/_config.yml
scms-4.2.2 assets/blank-template-v1/_config.yml
scms-4.2.0 assets/blank-template-v1/_config.yml
scms-4.1.2 assets/blank-template/_config.yml
scms-4.1.1 assets/blank-template/_config.yml
scms-4.1.0 assets/blank-template/_config.yml
scms-4.0.3 assets/blank-template/_config.yml
scms-4.0.2 assets/blank-template/_config.yml
scms-4.0.1 assets/blank-template/_config.yml
scms-4.0.0 assets/blank-template/_config.yml
scms-3.2.0 assets/blank-template/_config.yml
scms-3.1.1 assets/blank-template/_config.yml
scms-3.1.0 assets/blank-template/_config.yml
scms-3.0.5 assets/blank-template/_config.yml
scms-3.0.4 assets/blank-template/_config.yml
scms-3.0.3 assets/blank-template/_config.yml