From f8390d4384600fb015728b1b186570fa58ca216f Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:39:04 +0800 Subject: [PATCH] perf!: rename comment setting parameter (#1563) Rename `site.comments.active` to `site.comments.provider` --- _config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 215c6180385..aaaa2ad42fd 100644 --- a/_config.yml +++ b/_config.yml @@ -98,8 +98,9 @@ social_preview_image: # string, local or CORS resources toc: true comments: - active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable - # The active options are as follows: + # Global switch for the post comment system. Keeping it empty means disabled. + provider: # [disqus | utterances | 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 # utterances settings › https://utteranc.es/