Skip to content

Commit

Permalink
Added comment function using giscus
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwoo-j committed May 23, 2024
1 parent 197bd77 commit c2b2d92
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 @@ -107,7 +107,7 @@ toc: true

comments:
# Global switch for the post comment system. Keeping it empty means disabled.
provider: # [disqus | utterances | giscus]
provider: 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 @@ -117,10 +117,10 @@ comments:
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: # <gh-username>/<repo>
repo_id:
category:
category_id:
repo: sunwoo-j/sunwoo-j.github.io
repo_id: R_kgDOL-2mkA
category: General
category_id: DIC_kwDOL-2mkM4Cfj4Q
mapping: # optional, default to 'pathname'
strict: # optional, default to '0'
input_position: # optional, default to 'bottom'
Expand Down

0 comments on commit c2b2d92

Please sign in to comment.