From 1651043319553230a6a813aa9b18fe547f88ea15 Mon Sep 17 00:00:00 2001 From: Alfred <799953468@qq.com> Date: Wed, 29 Jul 2020 17:03:26 +0800 Subject: [PATCH] New Valine options (#62) --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 94266ae..91a7b97 100644 --- a/_config.yml +++ b/_config.yml @@ -617,6 +617,8 @@ valine: comment_count: true # If false, comment count will only be displayed in post page, not in home page recordIP: false # Whether to record the commenter IP serverURLs: # When the custom domain name is enabled, fill it in here (it will be detected automatically by default, no need to fill in) + enableQQ: false # Whether to enable the Nickname box to automatically get QQ Nickname and QQ Avatar + requiredFields: [] # Set required fields: ['nick'] | ['nick','mail'] #post_meta_order: 0 # LiveRe comments system