From b81691fb1cb3636bf5c704ac7ef93c3327bf6833 Mon Sep 17 00:00:00 2001 From: Benjamin Hays Date: Sat, 5 Oct 2024 21:52:36 -0400 Subject: [PATCH] Add Giscus for Comments --- hugo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hugo.toml b/hugo.toml index d175323..d9ff7b1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -89,3 +89,12 @@ url = "https://github.com/benjaminhays" [[params.social]] name = "linkedin" url = "https://www.linkedin.com/in/benjaminhays42" + +[params.giscus] +enable = true +repo = "benjaminhays/giscus" +repoid = "R_kgDOM8EW7A" +category = "General" +categoryid = "DIC_kwDOM8EW7M4CjGh9" +mapping = "pathname" +theme = "preferred_color_scheme"