diff options
author | Roland Askew <rolandjamesaskew37@gmail.com> | 2018-10-19 10:41:09 +1300 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2018-10-23 14:29:28 +0200 |
commit | d52e6df49cf7fb9f87ec23d80440fdbcec37495e (patch) | |
tree | 64f6f013efb72d45ff4f49af3d3714ce41612547 /gum/README.md | |
parent | d8ee93d498c591815b411ffec65de21a9aa0a936 (diff) | |
download | pelican-themes-d52e6df49cf7fb9f87ec23d80440fdbcec37495e.tar.gz |
update gum docs
Diffstat (limited to 'gum/README.md')
-rw-r--r-- | gum/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gum/README.md b/gum/README.md index 5a01f2b..566899d 100644 --- a/gum/README.md +++ b/gum/README.md @@ -38,6 +38,27 @@ JUVIA_URL = '' JUVIA_ID = '' ``` +To use Discus, fill out the following values, again the url without leading `http://` and trailing `/`. + +``` +DISQUS_SITENAME = '' +``` + +Other Features include: + +``` +SITESUBTITLE = 'your site subtitle' +``` + +The following standard pelican settings are honored: + +``` +DISPLAY_CATEGORIES_ON_MENU +DISPLAY_PAGES_ON_MENU +DEFAULT_LANG +SOCIAL +``` + ### Screenshot ### ![screenshot](screenshot.png) |