Sha256: 96f01359568b68baafe51df52bcf1384b669c37b8d9a02f6b5cd26c6770648ea

Contents?: true

Size: 954 Bytes

Versions: 6

Compression:

Stored size: 954 Bytes

Contents

markdown: kramdown

includes_dir: .

permalink: /blog/:month-:day-:year/:title/

# algolia_search:
#   api_key: ''
#   index_name: ''
# Uncomment this if you want to use Algolia’s search.
# It’s free for open-source projects.

exclude:
  - /**/.git/*
  - /_projects/**/_*_repo/*
  - /_projects/*/assets/css/*
  - /_projects/**/docs/*
  - .sass-cache/

collections:
  projects:
    output: false
  software:
    output: true
    permalink: /software/:path/
  specs:
    output: true
    permalink: /specs/:path/
  posts:
    output: true
    permalink: /blog/:month-:day-:year/:title/
  pages:
    output: true
    permalink: /:name/

defaults:
  - scope:
      path: ""
    values:
      layout: default
  - scope:
      path: _posts
      type: posts
    values:
      layout: post
  - scope:
      path: _software
      type: software
    values:
      layout: product
  - scope:
      path: _specs
      type: specs
    values:
      layout: spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.3.4 _config.yml
jekyll-theme-open-project-1.3.3 _config.yml
jekyll-theme-open-project-1.3.2 _config.yml
jekyll-theme-open-project-1.3.1 _config.yml
jekyll-theme-open-project-1.3 _config.yml
jekyll-theme-open-project-1.2.5 _config.yml