@@ -341,7 +341,7 @@ reward:
341341# ---------------------------------------------------------------
342342
343343# Gitment
344- # See: https://github.com/imsun/gitment
344+ # See: https://github.com/imsun/gitment/
345345gitment :
346346 enable : false
347347 # Github username.
@@ -356,7 +356,7 @@ gitment:
356356 lazy : true
357357
358358# Gittalk
359- # See: https://github.com/gitalk/gitalk
359+ # See: https://github.com/gitalk/gitalk/
360360gitalk :
361361 enable : false
362362 # Github username.
@@ -377,6 +377,33 @@ gitalk:
377377 # Available values: en, zh-CN, es-ES, fr, ru, zh-TW
378378 language :
379379
380+ # Valine
381+ # See: https://valine.js.org/quickstart.html
382+ valine :
383+ enable : false
384+ # Your leancloud application appid.
385+ appid :
386+ # Your leancloud application appkey.
387+ appkey :
388+ # Mail notifier.
389+ notify : true
390+ # Verification code.
391+ verify : true
392+ # Comment box placeholder.
393+ placeholder : Just go go
394+ # Gravatar style.
395+ avatar : mp
396+ # Custom comment header.
397+ meta : nick,mail,link
398+ # Pagination size.
399+ pageSize : 10
400+ # Article reading statistics.
401+ visitor : false
402+ # Whether to record the commenter IP.
403+ recordIP : false
404+ # language, available values: en, zh-cn.
405+ language :
406+
380407# Livere
381408# See: https://www.livere.com/
382409livere :
@@ -394,8 +421,10 @@ disqus:
394421# Statistics and Analytics config
395422# ---------------------------------------------------------------
396423
424+ # Busuanzi statistics
425+ # See: https://busuanzi.ibruce.info/
397426busuanzi :
398- enable : true
427+ enable : false
399428 site :
400429 # Only show by icon.
401430 icon_only : false
0 commit comments