diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-13 17:55:24 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-13 17:55:34 +0100 |
commit | ec53e2733fca61ac986638157345f733a3a5102e (patch) | |
tree | 32148863cda9032b42d6485f8a6223b2b7badea8 /exampleSite/config.toml | |
parent | 36a8cf516994df44073cac263a2f786b08a026d4 (diff) |
Update disqus support, add global site config BookDisqus
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c0ff345..9f41896 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -72,3 +72,7 @@ enableGitInfo = true # 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 |