Update readme.markdown

This commit is contained in:
Panos Sakkos 2015-07-07 17:34:10 +02:00
parent 868025c4ef
commit d9f3f66b53

View file

@ -65,13 +65,13 @@ Before the title of the website a black and white version of the favicon appears
````
google-tracking-id: "UA-35880426-3"
````
Place the id of your tracking code here and the code will be autogenerated and included in every page. If you don't want analytics, just remove the string value and the code will not be generated.
Place the id of your tracking code here and the code will be autogenerated and included in every page. If you don't want analytics, just set to False if you are not interested in analytics.
### Disqus
````
disqus-shortname: "panossakkos"
````
Add your Disqus username to enable Disqus comments. When this value is set then, every post will get the comments below the post and the comment counters in the post preview of the home page and the Archive. Remove the value if you don't want the Disqus functionality.
Add your Disqus username to enable Disqus comments. When this value is set then, every post will get the comments below the post and the comment counters in the post preview of the home page and the Archive. Set to False the value if you don't want the Disqus functionality.
### Navigation Bar links
This variable is usefull only if you want to add more pages and not be included in the navigation bar. It contains the pages that you want to include in the navigation bar.
@ -181,4 +181,4 @@ category: <Post's category>
After this header you can start writing your post using Markdown.
## Steps forward
* Support discovery with support of tags
* Support discovery with hashtags