Skip to content

Commit f8390d4

Browse files
authored
perf!: rename comment setting parameter (#1563)
Rename `site.comments.active` to `site.comments.provider`
1 parent e436387 commit f8390d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ social_preview_image: # string, local or CORS resources
9898
toc: true
9999

100100
comments:
101-
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
102-
# The active options are as follows:
101+
# Global switch for the post comment system. Keeping it empty means disabled.
102+
provider: # [disqus | utterances | giscus]
103+
# The provider options are as follows:
103104
disqus:
104105
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
105106
# utterances settings › https://utteranc.es/

0 commit comments

Comments
 (0)