diff options
Diffstat (limited to 'gum/README.md')
-rw-r--r-- | gum/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gum/README.md b/gum/README.md index 0e3ede0..5a01f2b 100644 --- a/gum/README.md +++ b/gum/README.md @@ -24,6 +24,24 @@ 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 = '' +``` + +To use Juvia for comments, fill out the following values, again the url without leading `http://` and trailing `/`. + +``` +JUVIA_URL = '' +JUVIA_ID = '' +``` + +### Screenshot ### + +![screenshot](screenshot.png) + ### Credits / Thanks * Alexis Metaireau / Pelican |