summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-01-13 17:55:24 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-01-13 17:55:34 +0100
commitec53e2733fca61ac986638157345f733a3a5102e (patch)
tree32148863cda9032b42d6485f8a6223b2b7badea8 /README.md
parent36a8cf516994df44073cac263a2f786b08a026d4 (diff)
Update disqus support, add global site config BookDisqus
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index bfdba3b..9d6affb 100644
--- a/README.md
+++ b/README.md
@@ -168,6 +168,11 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
# (Optional, default true) Enables search function with flexsearch,
# Index is built on fly, therefore it might slowdown your website.
BookSearch = true
+
+ # (Optional, default true) Enables disqus template on pages
+ # See https://gohugo.io/content-management/comments/#configure-disqus
+ # Can be overwritten by same param in page frontmatter
+ BookDisqus = true
```
### Multi-Language Support
@@ -196,8 +201,8 @@ bookHidden = true
# (Optional) Set how many levels of ToC to show. use 'false' to hide ToC completely
bookToC = 3
-# If you have enabled Disqus for the site, you can disable it for specific pages.
-bookDisableComments = true
+# (Optional) If you have enabled Disqus for the site, you can disable it for specific pages.
+bookDisqus = true
```
### Partials