Skip to content

Commit 98ac407

Browse files
authored
enable giscus
1 parent fac747f commit 98ac407

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_config.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,21 @@ related_blog_posts:
148148
# Giscus comments (RECOMMENDED)
149149
# Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
150150
giscus:
151-
repo: # <your-github-user-name>/<your-github-repo-name>
152-
repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
151+
repo: treangenlab/treangenlab.github.io
152+
repo_id: R_kgDOMrDmZA # leave empty or specify your repo_id (see https://giscus.app/)
153153
category: Comments # name of the category under which discussions will be created
154-
category_id: # leave empty or specify your category_id (see https://giscus.app/)
155-
mapping: title # identify discussions by post title
156-
strict: 1 # use strict identification mode
154+
category_id: Announcements # leave empty or specify your category_id (see https://giscus.app/)
155+
mapping: pathname # identify discussions by post title
156+
strict: 0 # use strict identification mode
157157
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
158158
input_position: bottom # whether to display input form below (bottom) or above (top) the comments
159159
theme: preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode)
160160
emit_metadata: 0
161+
data_loading: lazy
161162
lang: en
162163

163164
# Disqus comments (DEPRECATED)
164-
disqus_shortname: al-folio # put your disqus shortname
165+
disqus_shortname: # al-folio put your disqus shortname
165166
# https://help.disqus.com/en/articles/1717111-what-s-a-shortname
166167

167168
# External sources.

0 commit comments

Comments
 (0)