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