AddThis setting.
This commit is contained in:
parent
244807c8bb
commit
315cd31009
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,7 @@ See what you can customize.
|
||||||
| SOCIAL | A list of tuples (name, URL) to appear in the "social" section. |
|
| SOCIAL | A list of tuples (name, URL) to appear in the "social" section. |
|
||||||
| MAIN_MENU | Show main menu. |
|
| MAIN_MENU | Show main menu. |
|
||||||
| ROBOTS | Robots meta tag value. |
|
| ROBOTS | Robots meta tag value. |
|
||||||
|
| ADD_THIS_ID | AddThis public id. |
|
||||||
| DISQUS_SITENAME | Disqus website's shortname to activate Disqus. |
|
| DISQUS_SITENAME | Disqus website's shortname to activate Disqus. |
|
||||||
| GOOGLE_ANALYTICS | Activate Google Analytics. |
|
| GOOGLE_ANALYTICS | Activate Google Analytics. |
|
||||||
| GOOGLE_TAG_MANAGER | Activate Google Tag Manager. |
|
| GOOGLE_TAG_MANAGER | Activate Google Tag Manager. |
|
||||||
|
@ -54,11 +55,16 @@ SITETITLE = 'Foo Bar'
|
||||||
SITESUBTITLE = 'Web Developer'
|
SITESUBTITLE = 'Web Developer'
|
||||||
SITEDESCRIPTION = 'Foo Bar\'s Thoughts and Writings'
|
SITEDESCRIPTION = 'Foo Bar\'s Thoughts and Writings'
|
||||||
SITELOGO = 'http://yoursite.com/img/profile.png'
|
SITELOGO = 'http://yoursite.com/img/profile.png'
|
||||||
|
|
||||||
FAVICON = SITEURL + '/images/favicon.ico'
|
FAVICON = SITEURL + '/images/favicon.ico'
|
||||||
ROBOTS = 'index, follow'
|
ROBOTS = 'index, follow'
|
||||||
|
|
||||||
COPYRIGHT_YEAR = 2015
|
COPYRIGHT_YEAR = 2015
|
||||||
CC_LICENSE = { 'name': 'Creative Commons Attribution-ShareAlike', 'version':'4.0', 'slug': 'by-sa') }
|
CC_LICENSE = { 'name': 'Creative Commons Attribution-ShareAlike', 'version':'4.0', 'slug': 'by-sa') }
|
||||||
|
|
||||||
MAIN_MENU = True
|
MAIN_MENU = True
|
||||||
|
|
||||||
|
ADD_THIS_ID = 'ra-77hh6723hhjd'
|
||||||
DISQUS_SITENAME = 'yoursite'
|
DISQUS_SITENAME = 'yoursite'
|
||||||
GOOGLE_ANALYTICS = 'UA-1234-5678'
|
GOOGLE_ANALYTICS = 'UA-1234-5678'
|
||||||
GOOGLE_TAG_MANAGER = 'GTM-ABCDEF'
|
GOOGLE_TAG_MANAGER = 'GTM-ABCDEF'
|
||||||
|
|
Loading…
Reference in a new issue