diff options
-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) |