Joseph Hale's Technical Blog
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: Enable comments via Giscus

authored by

Joseph Hale and committed by
Joseph Hale, MS SE
(Feb 12, 2025, 8:45 PM UTC) 610b59bf e261f16e

+9 -9
+9 -9
_config.yml
··· 89 89 toc: true 90 90 91 91 comments: 92 - active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable 92 + active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable 93 93 # The active options are as follows: 94 94 disqus: 95 95 shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname ··· 99 99 issue_term: # < url | pathname | title | ...> 100 100 # Giscus options › https://giscus.app 101 101 giscus: 102 - repo: # <gh-username>/<repo> 103 - repo_id: 104 - category: 105 - category_id: 106 - mapping: # optional, default to 'pathname' 107 - input_position: # optional, default to 'bottom' 102 + repo: thehale/thehale.github.io 103 + repo_id: R_kgDOHmWFHQ 104 + category: Blog Discussions 105 + category_id: DIC_kwDOHmWFHc4CbPmg 106 + mapping: pathname # optional, default to 'pathname' 107 + input_position: top # optional, default to 'bottom' 108 108 lang: # optional, default to the value of `site.lang` 109 109 light_theme: # optional, defaults to 'light' 110 - dark_theme: # optional, defaults to 'dark_dimmed' 111 - reactions_enabled: # optional, default to the value of `1` 110 + dark_theme: dark # optional, defaults to 'dark_dimmed' 111 + reactions_enabled: 1 # optional, default to the value of `1` 112 112 113 113 # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets 114 114 assets: