From 4f13947193e5a4f7140755f5729d61ffa007fae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 6 Mar 2025 02:11:16 +0100 Subject: [PATCH] enable comments with giscus --- config/_default/params.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index abb5439..e508ea3 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -78,8 +78,8 @@ enabled = true ## Comments [comments] -enabled = false -provider = "disqus" +enabled = true +provider = "giscus" [comments.disqusjs] shortname = "" @@ -130,11 +130,11 @@ serverName = "cactus.chat" siteName = "" [comments.giscus] -repo = "" -repoID = "" -category = "" -categoryID = "" -mapping = "" +repo = "balkian/balkian.github.com" +repoID = "MDEwOlJlcG9zaXRvcnk2OTQxMTEw" +category = "Blog comments" +categoryID = "DIC_kwDOAGnpts4Cnm1b" +mapping = "pathname" lightTheme = "" darkTheme = "" reactionsEnabled = 1