_config.yml in redeyed-jekyll-theme-0.1.5 vs _config.yml in redeyed-jekyll-theme-0.1.6
- old
+ new
@@ -156,45 +156,39 @@
####################################################################
# 7. JEKYLL DEFAULTS
####################################################################
defaults:
- -
- scope:
- path: ""
- values:
- layout: default
- -
- scope:
- path: _posts
- values:
- layout: post
- comments: true
- toc: true
- permalink: /blog/:title:output_ext
- -
- scope:
- path: ""
- type: pages
- values:
- layout: page
- -
- scope:
- path: _drafts
- values:
- comments: false
- sitemap: false
- -
- scope:
- path: assets/img/favicons
- values:
- swcache: true
- -
- scope:
- path: assets/js/dist
- values:
- swcache: true
+ - scope:
+ path: ""
+ values:
+ layout: default
+ - scope:
+ path: _posts
+ values:
+ layout: post
+ comments: true
+ toc: true
+ permalink: /blog/:title:output_ext
+ - scope:
+ path: ""
+ type: pages
+ values:
+ layout: page
+ - scope:
+ path: _drafts
+ values:
+ comments: false
+ sitemap: false
+ - scope:
+ path: assets/img/favicons
+ values:
+ swcache: true
+ - scope:
+ path: assets/js/dist
+ values:
+ swcache: true
####################################################################
# 8. INSTALLED GEMS
####################################################################
plugins:
@@ -275,10 +269,10 @@
port: 4000
host: localhost
show_dir_listing: false
assets:
self-host:
- enabled: false
+ enabled: true
env: development
####################################################################
# OUTPUT
####################################################################