diff options
author | Peter Fraenkel <pnf@podsnap.com> | 2014-08-21 12:53:41 -0400 |
---|---|---|
committer | Peter Fraenkel <pnf@podsnap.com> | 2014-08-21 12:53:41 -0400 |
commit | cfa5f40283668540cda45794200809640f251acd (patch) | |
tree | cf2bd8ffbea3ed4c01b5690ffd8ae2702976b583 /gum/README.md | |
parent | 1cd742a84a81f135234be021cf4fe7b8ff2c13ff (diff) | |
parent | a928687830876af8c919606bae47195af65bc82d (diff) | |
download | pelican-themes-cfa5f40283668540cda45794200809640f251acd.tar.gz |
Merge remote-tracking branch 'upstream/master'
Keep the latex and tag-specific feeds in bootstrap3
Conflicts:
pelican-bootstrap3/templates/base.html
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 |