From 2c238ae0e5b6b3175b0800b56028474c9c2b942a Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 11 May 2015 07:37:21 +0200 Subject: [PATCH] Tweak config.yml a bit --- _config.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6f4e71a..4d43714 100644 --- a/_config.yml +++ b/_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 \ No newline at end of file +feed_dir: categories + +# Disqus recent comments + +disqus_commments: + api_key: 3P1ANNTDbeTRxVcFsOxguL4c4FKbaE23fXvp2n8SC2wZxqUJj4k9bdX6G9xWfQ6B + api_secret: Ci6363xAjmfNacfUouUHOuiVcb93iKx7dXwvrQJoD4mnrHdiCqwJk55kXJe68ffn + forum_name: dennogumi + limit: 5 \ No newline at end of file