Skip to content

Commit 70d9ca9

Browse files
bring back repo_id and category_id in giscus section (alshedivat#1892)
After deploying my website (Cloudflare Pages), my Giscus did not work, I realized these two paramesters are removed. After adding them again, my Giscus worked correctly. These new values are values from previous commits of original repository --------- Co-authored-by: Maruan Al-Shedivat <[email protected]>
1 parent 45bb74e commit 70d9ca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: _config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ related_blog_posts:
137137
# the information below.
138138
giscus:
139139
repo: # <your-github-user-name>/<your-github-repo-name>
140+
repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
140141
category: Comments # name of the category under which discussions will be created
142+
category_id: # leave empty or specify your category_id (see https://giscus.app/)
141143
mapping: title # identify discussions by post title
142144
strict: 1 # use strict identification mode
143145
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions

0 commit comments

Comments
 (0)