From 4b641b0f9a681009e80f847f415f29ea14126420 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 17 Jan 2020 21:44:25 +0100 Subject: #133, move disqus to separate template to allow override, rename BookDisqus to BookComments --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d6affb..f872c53 100644 --- a/README.md +++ b/README.md @@ -169,10 +169,11 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] # Index is built on fly, therefore it might slowdown your website. BookSearch = true - # (Optional, default true) Enables disqus template on pages + # (Optional, default true) Enables comments template on pages + # By default partals/docs/comments.html includes Disqus template # See https://gohugo.io/content-management/comments/#configure-disqus # Can be overwritten by same param in page frontmatter - BookDisqus = true + BookComments = true ``` ### Multi-Language Support @@ -201,8 +202,8 @@ bookHidden = true # (Optional) Set how many levels of ToC to show. use 'false' to hide ToC completely bookToC = 3 -# (Optional) If you have enabled Disqus for the site, you can disable it for specific pages. -bookDisqus = true +# (Optional) If you have enabled BookComments for the site, you can disable it for specific pages. +bookComments = true ``` ### Partials -- cgit v1.2.3