Sha256: e5252138435c4a3f72646db988d84fd1437b85c5dc48828795c428864cda2865

Contents?: true

Size: 937 Bytes

Versions: 10

Compression:

Stored size: 937 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/*

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

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.2.4 _config.yml
jekyll-theme-open-project-1.2.3 _config.yml
jekyll-theme-open-project-1.2.2 _config.yml
jekyll-theme-open-project-1.2.1 _config.yml
jekyll-theme-open-project-1.2 _config.yml
jekyll-theme-open-project-1.1.27 _config.yml
jekyll-theme-open-project-1.1.26 _config.yml
jekyll-theme-open-project-1.1.25 _config.yml
jekyll-theme-open-project-1.1.24 _config.yml
jekyll-theme-open-project-1.1.23 _config.yml