From bda1a96ef878fc6342398d6ccd6d2a128a46e6a0 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Sun, 12 Dec 2021 17:56:47 +0000 Subject: [PATCH] change comment system to valine --- config.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 8fe031a..5945bcd 100644 --- a/config.yaml +++ b/config.yaml @@ -55,7 +55,14 @@ params: comments: enabled: true - provider: disqus + provider: valine + + valine: + appId: 'Oo9eg4qwgaHJXo3HFSNW7OJY-gzGzoHsz' + appKey: 'z8CS2Dxwcrqq45LTwSh4iqTN' + avatar: 'mp' + placeholder: '你如果说些什么,那我们就是朋友啦' + visitor: true disqusjs: shortname: taurusxin