Skip to content

fix(blog): change giscus category #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down