diff options
author | Justin Mayer <entroP@gmail.com> | 2018-10-23 14:36:05 +0200 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2018-10-23 14:36:05 +0200 |
commit | b0d1a0b1facf05805e09c7e7994ca225cd55bcea (patch) | |
tree | c57cfb31870845aa011475be63071e8e13dd6ccd /gum/README.md | |
parent | d52e6df49cf7fb9f87ec23d80440fdbcec37495e (diff) | |
download | pelican-themes-b0d1a0b1facf05805e09c7e7994ca225cd55bcea.tar.gz |
Minor fixes to Gum theme docs
Diffstat (limited to 'gum/README.md')
-rw-r--r-- | gum/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gum/README.md b/gum/README.md index 566899d..2a23805 100644 --- a/gum/README.md +++ b/gum/README.md @@ -8,7 +8,7 @@ Gum is a clean and responsive theme for [Pelican](https://github.com/getpelican/ ### Configuration -* Edit your settings file to include the following if desired (any values left blank won't show up in the theme): +* Edit your settings file to include the following, if desired (any values left blank won't show up in the theme): ``` GITHUB_URL = '' @@ -24,33 +24,33 @@ 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 `/`. +Alternatively you can use [Piwik](http://piwik.org/) for analytics if you set the following settings, where the URL has to be specified without the leading `https://` and trailing `/`. ``` PIWIK_ID = '' PIWIK_URL = '' ``` -To use Juvia for comments, fill out the following values, again the url without leading `http://` and trailing `/`. +To use Juvia for comments, fill out the following values, again without including the leading `https://` and trailing `/` in the URL. ``` JUVIA_URL = '' JUVIA_ID = '' ``` -To use Discus, fill out the following values, again the url without leading `http://` and trailing `/`. +To use Disqus, add the Disqus site name via the following variable. ``` DISQUS_SITENAME = '' ``` -Other Features include: +Other features include: ``` SITESUBTITLE = 'your site subtitle' ``` -The following standard pelican settings are honored: +The following standard Pelican settings are honored: ``` DISPLAY_CATEGORIES_ON_MENU |