Sha256: 28893174bdd0ab7781ddb1e5c2048e7b4a5f410c0bcbad161bcc8a3955964f69

Contents?: true

Size: 483 Bytes

Versions: 2

Compression:

Stored size: 483 Bytes

Contents

# Global Configuration
title: Jekyll Theme Simpleton

plugins:
  - jekyll-seo-tag

date_format: "%F"

defaults:
  -
    scope:
      path: ""
      type: "posts"
    values:
      layout: "post"


# Build Command Options
## Liquid Profiler
### Generate a Liquid rendering profile to help you identify performance
### bottlenecks.
profile: true


## Strict Front Matter
### Cause a build to fail if there is a YAML syntax error in a page's front
### matter.
strict_front_matter: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-simpleton-0.5.0 _config.yml
jekyll-theme-simpleton-0.4.0 _config.yml