Sha256: f49f3b1d62321e94e4b50dd63233c4ff848a55dc0fbb8dc9fbf8a0e53c38d0f8

Contents?: true

Size: 951 Bytes

Versions: 2

Compression:

Stored size: 951 Bytes

Contents

# Global Configuration
title: Jekyll Theme Simpleton
author: anwait

plugins:
  - jekyll-seo-tag

date_format: "%F"

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

show_excerpts: true

## Exclude
### Exclude directories and/or files from the conversion. These exclusions are
### relative to the site's source directory and cannot be outside the source
### directory.
exclude:
  - Rakefile
  - "*.gemspec"
  - package.json
  - README.md
  - LICENSE.md
  - yarn.lock
  - pkg/


# 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


sass:
  style: compressed
  load_paths:
  - node_modules

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-simpleton-0.7.0 _config.yml
jekyll-theme-simpleton-0.6.0 _config.yml