From 70d9ca94e1ab2049e22e94ed1cccac5fa45cd330 Mon Sep 17 00:00:00 2001 From: Alireza Dehghanzadeh <86428901+alerezaaa@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:13:53 +0330 Subject: [PATCH] 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 --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 522e1c9..b06e842 100644 --- a/_config.yml +++ b/_config.yml @@ -137,7 +137,9 @@ related_blog_posts: # the information below. giscus: repo: # / + 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