File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`.
7773comments :
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)
8389footer :
You can’t perform that action at this time.
0 commit comments