From 9f734a064703eab8c31f2b1bbc4a434be7574961 Mon Sep 17 00:00:00 2001 From: SSpirits Date: Mon, 16 Aug 2021 01:19:51 +0800 Subject: feat(comments): DisqusJS integration (#307) * add comment provider: DisqusJS * Simplify `if` condition, and format code * Load disqusjs.scss only when it's enabled * Use `let` instead of `var` Co-authored-by: sspirits Co-authored-by: Jimmy Cai --- exampleSite/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 425a142..b602ff2 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -53,6 +53,13 @@ params: enabled: true provider: disqus + disqusjs: + shortname: + apiUrl: + apiKey: + admin: + adminLabel: + utterances: repo: issueTerm: pathname -- cgit v1.2.3