Simplified Theme
This commit is contained in:
parent
5f5bf5659e
commit
74c2f9a235
42 changed files with 424 additions and 426 deletions
26
_config.yml
26
_config.yml
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
# _ __ _ __ _
|
||||
|
|
|
|||
Reference in a new issue