Skip to content

Commit

Permalink
bring back repo_id and category_id in giscus section (alshediva…
Browse files Browse the repository at this point in the history
…t#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]>
  • Loading branch information
alerezaaa and alshedivat authored Dec 25, 2023
1 parent 45bb74e commit 70d9ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ related_blog_posts:
# the information below.
giscus:
repo: # <your-github-user-name>/<your-github-repo-name>
repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
category: Comments # name of the category under which discussions will be created
category_id: # leave empty or specify your category_id (see https://giscus.app/)
mapping: title # identify discussions by post title
strict: 1 # use strict identification mode
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
Expand Down

0 comments on commit 70d9ca9

Please sign in to comment.