Update config.yml with default image (not yet the right one)
This commit is contained in:
parent
2fa200a41f
commit
5abae27220
1 changed files with 3 additions and 4 deletions
|
@ -85,7 +85,6 @@ defaults:
|
||||||
path: "" # an empty string here means all files in the project
|
path: "" # an empty string here means all files in the project
|
||||||
type: "pages"
|
type: "pages"
|
||||||
values:
|
values:
|
||||||
show_meta: true # Show metadata beneath all pages
|
|
||||||
#sidebar: right # Possible values › left, right › by default there will be no sidebar
|
#sidebar: right # Possible values › left, right › by default there will be no sidebar
|
||||||
comments: false
|
comments: false
|
||||||
header:
|
header:
|
||||||
|
@ -99,9 +98,9 @@ defaults:
|
||||||
values:
|
values:
|
||||||
show_meta: true # Show metadata beneath all posts
|
show_meta: true # Show metadata beneath all posts
|
||||||
# sidebar: right # Possible values › left, right › by default there will be no sidebar
|
# sidebar: right # Possible values › left, right › by default there will be no sidebar
|
||||||
comments: false
|
comments: true
|
||||||
#header:
|
header:
|
||||||
#image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
|
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
|
||||||
author: "einar"
|
author: "einar"
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue