Skip to content

Commit d27d8a5

Browse files
committed
giscus blog comments
1 parent 78bf2d0 commit d27d8a5

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

_config.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,22 @@ defaults:
6868
toc_sticky : true
6969
show_date : true
7070

71-
## Comments — Disqus
72-
# To enable real comments:
73-
# 1. Sign up at https://disqus.com, register this site, pick a shortname.
74-
# 2. Paste the shortname below (e.g. "weids-lab").
75-
# 3. Leave `provider: disqus`. Posts inherit `comments: true` from defaults.
76-
# While `shortname` is empty, MM silently skips rendering the Disqus widget.
71+
## Comments — Giscus (GitHub Discussions backed; matches blog.comma.ai pattern).
72+
## Repo + category + IDs come from https://giscus.app for `weids-dev/blog`.
7773
comments:
78-
provider : "disqus"
79-
disqus:
80-
shortname : "" # TODO: set to your Disqus site shortname
74+
provider : "giscus"
75+
giscus:
76+
repo_id : "R_kgDOSLx4jw"
77+
category_name : "blog"
78+
category_id : "DIC_kwDOSLx4j84C7qbF"
79+
discussion_term : "pathname"
80+
strict : "0"
81+
reactions_enabled : "1"
82+
emit_metadata : "0"
83+
input_position : "bottom"
84+
theme : "light"
85+
lang : "en"
86+
lazy : true
8187

8288
## Footer links (MM reads this)
8389
footer:

0 commit comments

Comments
 (0)