Skip to content

Commit

Permalink
Configure giscus Comment system
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuzaki authored and Ryuzaki committed Oct 26, 2023
1 parent a44d468 commit 7213341
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ avatar: /assets/img/avatar/avatar.png
toc: true

comments:
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
# The active options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
Expand All @@ -89,14 +89,14 @@ comments:
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: # <gh-username>/<repo>
repo_id:
category:
category_id:
mapping: # optional, default to 'pathname'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
reactions_enabled: # optional, default to the value of `1`
repo: 0xryuzak1/0xryuzak1.github.io # <gh-username>/<repo>
repo_id: R_kgDOKkk2Wg
category: Comments
category_id: DIC_kwDOKkk2Ws4Cacru
mapping: pathname # optional, default to 'pathname'
input_position: bottom # optional, default to 'bottom'
lang: en # optional, default to the value of `site.lang`
reactions_enabled: 1 # optional, default to the value of `1`

# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
assets:
Expand Down

0 comments on commit 7213341

Please sign in to comment.