diff --git a/config/_default/params.toml b/config/_default/params.toml
index 9eeb8cc..c014df3 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -10,9 +10,19 @@ indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
# Comments
comments = true
-utterancesRepo = "jbowdre/site-comments"
-utterancesIssueTerm = "og:title"
-utterancesTheme = "gruvbox-dark"
+giscusCategory = "Announcements"
+giscusCategoryId = "DIC_kwDOKKEGD84CcG89"
+giscusCrossOrigin = "anonymous"
+giscusEmitMetadata = "0"
+giscusInputPosition = "bottom"
+giscusLang = "en"
+giscusLoading = "lazy"
+giscusMapping = "og:title"
+giscusReactions = "1"
+giscusRepo = "jbowdre/site-comments"
+giscusRepoId = "R_kgDOKKEGDw"
+giscusStrict = "0"
+giscusTheme = "noborder_gray"
analytics = true
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index f5df025..286468d 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -1,12 +1,21 @@
-{{ if isset site.Params "utterancesrepo" }}
+{{ if isset site.Params "giscusrepo" }}