From 3e26b1ca09cf40f1e4d1349365aeffc172967e76 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:47:41 -0500 Subject: [PATCH] fix(blog): change giscus category --- _config_theme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config_theme.yml b/_config_theme.yml index 6961cbbf..3bdf0edd 100644 --- a/_config_theme.yml +++ b/_config_theme.yml @@ -69,8 +69,8 @@ giscus: hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting repository: LizardByte/community # GitHub username/repository eg. "daattali/beautiful-jekyll" repository-id: R_kgDOMzlnmw # ID of your repository, retrieve this info from https://giscus.app - category: Announcements # Category name of your GitHub Discussion posts - category-id: DIC_kwDOMzlnm84Cil5m # ID of your category, retrieve this info from https://giscus.app + category: Blog # Category name of your GitHub Discussion posts + category-id: DIC_kwDOMzlnm84CnN1j # ID of your category, retrieve this info from https://giscus.app mapping: pathname strict: 1 reactions-enabled: 1