Tweak config.yml a bit
This commit is contained in:
parent
5fd410380b
commit
2c238ae0e5
1 changed files with 10 additions and 2 deletions
12
_config.yml
12
_config.yml
|
@ -98,7 +98,7 @@ defaults:
|
|||
type: "posts"
|
||||
values:
|
||||
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
|
||||
#header:
|
||||
#image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
|
||||
|
@ -220,4 +220,12 @@ category_archive:
|
|||
|
||||
# ATOM feeds
|
||||
|
||||
feed_dir: categories
|
||||
feed_dir: categories
|
||||
|
||||
# Disqus recent comments
|
||||
|
||||
disqus_commments:
|
||||
api_key: 3P1ANNTDbeTRxVcFsOxguL4c4FKbaE23fXvp2n8SC2wZxqUJj4k9bdX6G9xWfQ6B
|
||||
api_secret: Ci6363xAjmfNacfUouUHOuiVcb93iKx7dXwvrQJoD4mnrHdiCqwJk55kXJe68ffn
|
||||
forum_name: dennogumi
|
||||
limit: 5
|
Reference in a new issue