Skip to content

Commit

Permalink
Minor fixes to Gum theme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Oct 23, 2018
1 parent d52e6df commit b0d1a0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gum/README.md
Expand Up @@ -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 = ''
Expand All @@ -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
Expand Down

0 comments on commit b0d1a0b

Please sign in to comment.