bring back `repo_id` and `category_id` in `giscus` section (#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 <maruan@genesistherapeutics.ai>
This commit is contained in:
parent
45bb74eb43
commit
70d9ca94e1
|
|
@ -137,7 +137,9 @@ related_blog_posts:
|
||||||
# the information below.
|
# the information below.
|
||||||
giscus:
|
giscus:
|
||||||
repo: # <your-github-user-name>/<your-github-repo-name>
|
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: 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
|
mapping: title # identify discussions by post title
|
||||||
strict: 1 # use strict identification mode
|
strict: 1 # use strict identification mode
|
||||||
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
|
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue