From cfb22c5c1343da1ed8610bbcdca677442cd58cf6 Mon Sep 17 00:00:00 2001 From: Salvatore Gentile Date: Thu, 23 Apr 2015 13:26:04 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73db316b..e5064774 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Visit the [Jekyll website](http://jekyllrb.com/) for more information. * Responsive and mobile friendly; * Integrated slideshow activated on page scroll; * Customizable share buttons; +* Disqus integration; #### Sidebar A link of each page will be added to the menu integrated in the sidebar. @@ -59,7 +60,18 @@ You can also specify the author's name for each post by adding the following var ![Post Footer](https://dl.dropboxusercontent.com/u/18322837/GitHub/Travelogue/Footer.png) #### Share Buttons -The template make use of [RRSSB](https://github.com/kni-labs/rrssb). You can enable or disable the entire section or each share button by editing the `# RRSSBB` section in the `_data/social.yml` file. +The template make use of [RRSSB](https://github.com/kni-labs/rrssb). You can enable it in the `_config.yml` file. + + share_buttons: true + +If you want you can also enable or disable each share button by editing the `# RRSSBB` section in the `_data/social.yml` file. + +#### Disqus +The template let you use [Disqus](https://disqus.com). You can enable it in the `_config.yml` file. + + disqus: true + +You should set your Disqus shortname under the `# Disqus` section in the `_data/social.yml` file. #### Next Post A link to the next post will be placed at the end of each post.