Skip to content

Commit

Permalink
activated comments with giscus
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Olivar committed Jan 13, 2024
1 parent a8850e1 commit 137cc2e
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: "/images/logo/logo_-1.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: bubl-ai/bubl-ai.github.io
repo_id: R_kgDOLCbCew
category: Announcements
category_id: DIC_kwDOLCbCe84CcY_a
mapping: pathname # optional, default to 'pathname'
input_position: top # 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 137cc2e

Please sign in to comment.