Added sensible default front matter values

* correct layout for posts and pages is set by default
* author sidebar box is added by default to posts and pages
* author value is set to "Jim Martens" for all posts by default

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-12-25 13:25:27 +01:00
parent f783c57afb
commit 3d66f91e88
1 changed files with 17 additions and 0 deletions

View File

@ -13,6 +13,23 @@ description: > # this means to ignore newlines until "baseurl:"
related to me personally.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://jim.2martens.de" # the base hostname & protocol for your site
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Jim Martens"
sidebarboxes: "author"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
sidebarboxes: "author"
# Build settings
markdown: kramdown