1
0
Fork 0

Simplified Theme

This commit is contained in:
Moritz »mo.« Sauer 2015-02-17 21:34:07 +01:00
commit 74c2f9a235
42 changed files with 424 additions and 426 deletions

View file

@ -49,6 +49,7 @@ paginate_path: "blog/page:num"
markdown: kramdown
permalink: /:categories/:title/
highlight: pygments
excerpt_separator: "\n\n"
exclude: []
include: ['.htaccess']
@ -57,6 +58,31 @@ include: ['.htaccess']
language: "en"
#
# ____ ____ ____
# / __ \___ / __/___ ___ __/ / /_
# / / / / _ \/ /_/ __ `/ / / / / __/
# / /_/ / __/ __/ /_/ / /_/ / / /_
# /_____/\___/_/ \__,_/\__,_/_/\__/
#
# Default Settings
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
show_metadata: true # Show metadata beneath all pages
sidebar: "" # Possible values  left, right by default there will be no sidebar
-
scope:
path: ""
type: "posts"
values:
show_metadata: true # Show metadata beneath all posts
sidebar: "" # Possible values  left, right by default there will be no sidebar
# _ __ _ __ _