aboutsummaryrefslogtreecommitdiffstats
path: root/gum/README.md
diff options
context:
space:
mode:
authorPeter Fraenkel <pnf@podsnap.com>2014-08-21 12:53:41 -0400
committerPeter Fraenkel <pnf@podsnap.com>2014-08-21 12:53:41 -0400
commitcfa5f40283668540cda45794200809640f251acd (patch)
treecf2bd8ffbea3ed4c01b5690ffd8ae2702976b583 /gum/README.md
parent1cd742a84a81f135234be021cf4fe7b8ff2c13ff (diff)
parenta928687830876af8c919606bae47195af65bc82d (diff)
downloadpelican-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.md18
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