From 92b332e9eca23c628d927b4c61d01edc307826e8 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Sun, 23 Mar 2025 13:29:58 -0400 Subject: [PATCH] remove disqus comment system --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index e56a786..6728d27 100755 --- a/hugo.toml +++ b/hugo.toml @@ -25,7 +25,8 @@ defaultContentLanguageInSubdir = false ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics [services.disqus] -shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ +# shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ +shortname = '' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ ########################## Permalinks ############################ [permalinks.page]