Skip to content

Commit fc9cb25

Browse files
committed
feat: Comments in blog posts
1 parent 31a72d2 commit fc9cb25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,16 @@ avatar: 'assets/site-logo.png'
8787
toc: true
8888

8989
comments:
90-
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
90+
active: 'utterances' # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
9191
# The active options are as follows:
9292
disqus:
9393
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
9494
# utterances settings › https://utteranc.es/
9595
utterances:
96-
repo: # <gh-username>/<repo>
97-
issue_term: # < url | pathname | title | ...>
96+
repo: 'Alkaison/alkaison.github.io' # <gh-username>/<repo>
97+
issue_term: 'pathname' # < url | pathname | title | ...>
98+
theme: 'github-dark'
99+
crossorigin: 'anonymous'
98100
# Giscus options › https://giscus.app
99101
giscus:
100102
repo: # <gh-username>/<repo>

0 commit comments

Comments
 (0)