_config.yml in jekyll-theme-simpleton-0.5.0 vs _config.yml in jekyll-theme-simpleton-0.6.0
- old
+ new
@@ -1,7 +1,8 @@
# Global Configuration
title: Jekyll Theme Simpleton
+author: anwait
plugins:
- jekyll-seo-tag
date_format: "%F"
@@ -11,12 +12,33 @@
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
@@ -24,5 +46,11 @@
## 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