Update readme.markdown
This commit is contained in:
parent
868025c4ef
commit
d9f3f66b53
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue