Skip to content

Commit

Permalink
feat: add giscus support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentebent committed Dec 31, 2024
1 parent 4c71af5 commit 940c6a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ toc: true

comments:
# Global switch for the post-comment system. Keeping it empty means disabled.
provider: # [disqus | utterances | giscus]
provider: giscus # [disqus | utterances | giscus]
# The provider options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
Expand All @@ -119,10 +119,10 @@ comments:
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: # <gh-username>/<repo>
repo_id:
category:
category_id:
repo: Bentebent/bentebent.github.io
repo_id: R_kgDONYOTsw
category: Announcements
category_id: DIC_kwDONYOTs84ClojI
mapping: # optional, default to 'pathname'
strict: # optional, default to '0'
input_position: # optional, default to 'bottom'
Expand Down

0 comments on commit 940c6a9

Please sign in to comment.