updated documentation

This commit is contained in:
Panos Sakkos 2015-11-23 23:55:35 +01:00
parent d5f6d4d4cf
commit 96e646fb0c
2 changed files with 5 additions and 4 deletions

View file

@ -94,6 +94,7 @@ linkedin-share: True
tumblr-share: True
pinterest-share: True
vkontakte-share: True
disqus-shortname: "panossakkos"
###############

View file

@ -29,18 +29,18 @@ order. You can define the number of posts that are displayed per page by changin
paginate: 5
</code></pre>
Note that you can navigate the pages of the Archive by swiping left/right!
### Share buttons
Facebook, Twitter, Reddit, LinkedIn, Google+, Pinterest, VKontakte share buttons are available which can be enabled or disabled by setting the following:
Many share buttons are available and can be enabled or disabled by setting the following:
<pre><code data-trim class="yaml">
email-share: True
fb-share: True
twitter-share: True
reddit-share: True
google-plus-share: True
linkedin-share: True
tumblr-share: True
pinterest-share: True
vkontakte-share: True
</code></pre>
@ -50,5 +50,5 @@ vkontakte-share: True
And you can enable <a href="http://www.disqus.com" target="\_blank">Disqus</a> comments by just setting your Disqus username here:
<pre><code data-trim class="yaml">
disqus-shortname: "YOUR DISQUS USERNAME"
disqus-shortname: "Your Disqus username"
</code></pre>