From 98300853818f3232389d5c27234edfc731228a18 Mon Sep 17 00:00:00 2001 From: mint73 <133520018+mint73@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:36:09 +0900 Subject: [PATCH] add: comment system --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 750b20d..81254ad 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,7 +17,7 @@ languageCode = "ja" defaultContentLanguage = "ja" title = "Tech Blog - SUIRANFES" theme = "hugo-tranquilpeak-theme" -# disqusShortname = "hugo-tranquilpeak-theme" +disqusShortname = "suiranfes" # googleAnalytics = "UA-123-45" paginate = 7 canonifyurls = true @@ -348,8 +348,8 @@ hasCJKLanguage = true # -------------- [params.comment] [params.comment.disqus] - enable = false - # shortname = "hugo-tranquilpeak-theme" + enable = true + shortname = "suiranfes" [params.comment.gitalk] enable = false # clientId =