From 049c5980b86c124794348371f1537f453c72b451 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 20 Jul 2024 11:17:47 +0900 Subject: [PATCH] Disable comment function. --- config/_default/config.toml | 4 ++-- config/staging/config.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 69ba382..854832a 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -328,11 +328,11 @@ theme = "DoIt" Trello = true # Comment config [params.page.comment] - enable = true + enable = false # Disqus comment config [params.page.comment.disqus] # - enable = true + enable = false # Disqus shortname to use Disqus in posts shortname = "blog-kazu634" # Third-party library config diff --git a/config/staging/config.toml b/config/staging/config.toml index 5fb3274..4621dd6 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -328,11 +328,11 @@ theme = "DoIt" Trello = true # Comment config [params.page.comment] - enable = true + enable = false # Disqus comment config [params.page.comment.disqus] # - enable = true + enable = false # Disqus shortname to use Disqus in posts shortname = "blog-kazu634" # Third-party library config