mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
♻️ refactor(giscus): move comment box to bottom
This commit is contained in:
parent
f1edbba8bd
commit
3822f00d3e
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
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
|
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.
|
enable_reactions = 1 # 1 to enable, 0 to disable.
|
||||||
comment_box_above_comments = true
|
comment_box_above_comments = false
|
||||||
light_theme = "noborder_light"
|
light_theme = "noborder_light"
|
||||||
dark_theme = "noborder_dark"
|
dark_theme = "noborder_dark"
|
||||||
lang = "" # Leave blank to match the page's language.
|
lang = "" # Leave blank to match the page's language.
|
||||||
|
|
|
@ -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.
|
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
|
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.
|
enable_reactions = 1 # 1 to enable, 0 to disable.
|
||||||
comment_box_above_comments = true
|
comment_box_above_comments = false
|
||||||
light_theme = "noborder_light"
|
light_theme = "noborder_light"
|
||||||
dark_theme = "noborder_dark"
|
dark_theme = "noborder_dark"
|
||||||
lang = "" # Leave blank to match the page's language.
|
lang = "" # Leave blank to match the page's language.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue