diff options
author | Johannes Reinhardt <jreinhardt@ist-dein-freund.de> | 2014-07-14 16:21:07 +0200 |
---|---|---|
committer | Johannes Reinhardt <jreinhardt@ist-dein-freund.de> | 2014-07-14 16:33:10 +0200 |
commit | 06532aa2d45fac14131fa360cf5daaa842def8e1 (patch) | |
tree | a94f61fb488cd3745458d3672d8ed1b5af2a6b73 /gum/README.md | |
parent | 94c269398742725fc359719851d0b39e4570a073 (diff) | |
download | pelican-themes-06532aa2d45fac14131fa360cf5daaa842def8e1.tar.gz |
[gum] Add support for Piwik Analytics
Diffstat (limited to 'gum/README.md')
-rw-r--r-- | gum/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gum/README.md b/gum/README.md index 41db49d..ffaefb3 100644 --- a/gum/README.md +++ b/gum/README.md @@ -24,6 +24,15 @@ GOOGLE_ANALYTICS_ID = '' GOOGLE_ANALYTICS_SITENAME = '' ``` +Alternatively you can use [Piwik](http://piwik.org/) for analytics if you set the following settings, where the url has to be given without leading `http://` and trailing `/`. + +``` +PIWIK_ID = '' +PIWIK_URL = '' +``` + + + ### Screenshot ### |