From 3822f00d3e3d77c8b585b10a788986d967e2011f Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 19 Aug 2023 01:41:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(giscus):=20move?= =?UTF-8?q?=20comment=20box=20to=20bottom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index ca5c4f4e3..f2c909487 100644 --- a/config.toml +++ b/config.toml @@ -280,7 +280,7 @@ category_id = "DIC_kwDOJ59Ur84CX0QG" # Find this value in https://giscus.app/ mapping = "slug" # Available: pathname; url; title; slug. "slug" will use the post's filename (slug); this is the only way to share comments between languages. strict_title_matching = 1 # 1 to enable, 0 to disable. https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#data-strict enable_reactions = 1 # 1 to enable, 0 to disable. -comment_box_above_comments = true +comment_box_above_comments = false light_theme = "noborder_light" dark_theme = "noborder_dark" lang = "" # Leave blank to match the page's language. diff --git a/theme.toml b/theme.toml index b80b3b8f3..87a3ff725 100644 --- a/theme.toml +++ b/theme.toml @@ -165,7 +165,7 @@ category_id = "DIC_kwDOJ59Ur84CX0QG" # Find this value in https://giscus.app/ mapping = "slug" # Available: pathname; url; title; slug. "slug" will use the post's filename (slug); this is the only way to share comments between languages. strict_title_matching = 1 # 1 to enable, 0 to disable. https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#data-strict enable_reactions = 1 # 1 to enable, 0 to disable. -comment_box_above_comments = true +comment_box_above_comments = false light_theme = "noborder_light" dark_theme = "noborder_dark" lang = "" # Leave blank to match the page's language.