# ----
# Site

title: CloudCannon Suite
description: An opinionated set of tools used to build and maintain static sites.
url: https://suite.cloudcannon.com
disqus_shortname: cloudcannon
theme: jekyll-theme-cloudcannon
baseurl:


active_sibling: Suite
main_url: https://cloudcannon.com
permalink: pretty
timezone: Pacific/Auckland

collections_dir: collections

collections:
  dev:
    title: Dev
    permalink: /dev/:title/
    output: true
  dist:
    title: Dist
    permalink: /dist/:title/
    output: true
  help:
    title: Help
    permalink: /help/:title/
    output: true
  proofer:
    title: Proofer
    permalink: /proofer/:title/
    output: true
  i18n:
    title: I18n
    permalink: /i18n/:title/
    output: true
  screenshots:
    title: Screenshots
    permalink: /screenshots/:title/
    output: true
  state:
    title: State
    permalink: /state/:title/
    output: true
  sections:
    title: Sections
    permalink: /:path/
    output: false

defaults:
  - scope:
      path: ""
    values:
      header_class: "short"
      layout: suite
      icons: true
      _options:
        content:
          width: 800
          height: 2000
          format: p h2 h3 h4 h5 h6 yellow-highlight green-highlight
          link: true
          removeformat: true
          bold: true
          italic: true
          image: true
          numberedlist: true
          bulletedlist: true
          code: true
          styles: "/src/css/editor.css"
        _block:
          width: 800
          height: 2000
          format: p h2 h3 h4 h5 h6 yellow-highlight green-highlight
          link: true
          removeformat: true
          bold: true
          italic: true
          image: true
          numberedlist: true
          bulletedlist: true
          code: true
          styles: "/src/css/editor.css"
  - scope:
      path: ""
      type: "dev"
    values:
      layout: "packages"
      seo:
        type: Article
  - scope:
      path: ""
      type: "dist"
    values:
      layout: packages
      seo:
        type: Article
  - scope:
      path: ""
      type: "help"
    values:
      layout: packages
      seo:
        type: Article
  - scope:
      path: ""
      type: "proofer"
    values:
      layout: packages
      seo:
        type: Article
  - scope:
      path: ""
      type: "i18n"
    values:
      layout: packages
      seo:
        type: Article
  - scope:
      path: ""
      type: "state"
    values:
      layout: packages
      seo:
        type: Article
  - scope:
      path: ""
      type: "screenshots"
    values:
      layout: packages
      seo:
        type: Article
          
plugins:
  - jekyll-feed
  - jekyll-seo-tag
  - jekyll-sitemap
  - jekyll-data

# ----------
# SEO plugin

lang: en_NZ
logo: /siteicon.png
twitter:
  username: CloudCannon
facebook:
  publisher: https://www.facebook.com/CloudCannon
social:
  name: CloudCannon
  links:
    - https://twitter.com/CloudCannon
    - https://www.facebook.com/CloudCannon
    - https://plus.google.com/+CloudCannon
    - https://www.youtube.com/c/CloudCannon
    - https://github.com/CloudCannon
 
exclude:
  - Gemfile
  - Gemfile.lock
  - package.json
_options:
  _block:
    width: 800
    height: 2000
    format: p h2 h3 h4 h5 h6 yellow-highlight green-highlight
    link: true
    removeformat: true
    bold: true
    italic: true
    image: true
    numberedlist: true
    bulletedlist: true
    code: true
    styles: "/src/css/editor.css"

header_classes:
  - "landing"
  - "short"