✨ feat: minivaline
This commit is contained in:
parent
424ace4186
commit
84f7538acd
12
_config.yml
12
_config.yml
@ -73,7 +73,7 @@ word_count:
|
||||
# 打赏type设定:0-关闭打赏; 1-文章对应的md文件里有reward:true属性,才有打赏; 2-所有文章均有打赏
|
||||
reward_type: 2
|
||||
# 打赏wording
|
||||
reward_wording: '请我喝杯咖啡吧~'
|
||||
reward_wording: "请我喝杯咖啡吧~"
|
||||
# 支付宝二维码图片地址,跟你设置logo的方式一样。比如:/images/alipay.jpg
|
||||
alipay: /images/alipay.jpg
|
||||
# 微信二维码图片地址
|
||||
@ -129,7 +129,7 @@ gitalk:
|
||||
# 3、MiniValine
|
||||
# See: https://github.com/MiniValine/MiniValine
|
||||
minivaline:
|
||||
enable: true
|
||||
enable: false
|
||||
placeholder: Write a Comment # Comment box placeholder
|
||||
adminEmailMd5: # The MD5 of Admin Email to show Admin Flag.
|
||||
math: true # Support MathJax.
|
||||
@ -164,9 +164,9 @@ cnzz:
|
||||
url: https://s9.cnzz.com/z_stat.php?id=1278069914&web_id=1278069914
|
||||
|
||||
# Google Analytics
|
||||
google_analytics: ''
|
||||
google_analytics: ""
|
||||
# 百度统计
|
||||
baidu_analytics: ''
|
||||
baidu_analytics: ""
|
||||
|
||||
# Mathjax数学公式
|
||||
mathjax: false
|
||||
@ -186,5 +186,5 @@ pageFooter: true
|
||||
#ICP备案信息尾部显示
|
||||
icp:
|
||||
enable: false
|
||||
url: 'http://www.beian.miit.gov.cn/' # 备案链接
|
||||
text: '浙ICP备88888888' # 备案信息
|
||||
url: "http://www.beian.miit.gov.cn/" # 备案链接
|
||||
text: "浙ICP备88888888" # 备案信息
|
||||
|
Loading…
Reference in New Issue
Block a user