From ec53e2733fca61ac986638157345f733a3a5102e Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 13 Jan 2020 17:55:24 +0100 Subject: Update disqus support, add global site config BookDisqus --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite/config.toml') 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 -- cgit v1.2.3