✨ feat: minivaline
This commit is contained in:
parent
424ace4186
commit
84f7538acd
40
_config.yml
40
_config.yml
@ -11,15 +11,15 @@ menu:
|
|||||||
# 站点次标题和打字动效
|
# 站点次标题和打字动效
|
||||||
# https://github.com/mattboldt/typed.js
|
# https://github.com/mattboldt/typed.js
|
||||||
subtitle:
|
subtitle:
|
||||||
enable: true # 是否开启动效
|
enable: true # 是否开启动效
|
||||||
text: 面朝大海,春暖花开 # 显示的文字
|
text: 面朝大海,春暖花开 # 显示的文字
|
||||||
text2: 愿你一生努力,一生被爱 # 滚动播放,如果不需要可以留空
|
text2: 愿你一生努力,一生被爱 # 滚动播放,如果不需要可以留空
|
||||||
text3: 想要的都拥有,得不到的都释怀 # 最多支持三段文字
|
text3: 想要的都拥有,得不到的都释怀 # 最多支持三段文字
|
||||||
startDelay: 0 # 延迟时间
|
startDelay: 0 # 延迟时间
|
||||||
typeSpeed: 200 # 打字速度
|
typeSpeed: 200 # 打字速度
|
||||||
loop: true # 是否循环
|
loop: true # 是否循环
|
||||||
backSpeed: 100 # 回退速度
|
backSpeed: 100 # 回退速度
|
||||||
showCursor: true # 是否显示光标
|
showCursor: true # 是否显示光标
|
||||||
|
|
||||||
# 网站图标和侧边栏logo
|
# 网站图标和侧边栏logo
|
||||||
favicon: /favicon.ico
|
favicon: /favicon.ico
|
||||||
@ -29,7 +29,7 @@ logo: /images/ayer-side.svg
|
|||||||
# enable-是否启用封面;path-封面背景图;logo-封面logo
|
# enable-是否启用封面;path-封面背景图;logo-封面logo
|
||||||
cover:
|
cover:
|
||||||
enable: true
|
enable: true
|
||||||
path: /images/cover1.jpg # /source/images目录下附送多张美图,可更换
|
path: /images/cover1.jpg # /source/images目录下附送多张美图,可更换
|
||||||
logo: false #/images/ayer.svg,如果不要直接设置成false
|
logo: false #/images/ayer.svg,如果不要直接设置成false
|
||||||
|
|
||||||
# 页面顶部进度条
|
# 页面顶部进度条
|
||||||
@ -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
|
||||||
# 微信二维码图片地址
|
# 微信二维码图片地址
|
||||||
@ -107,8 +107,8 @@ layout:
|
|||||||
# 启用Valine必须先创建leancloud应用, 获取 id|key 填入即可
|
# 启用Valine必须先创建leancloud应用, 获取 id|key 填入即可
|
||||||
leancloud:
|
leancloud:
|
||||||
enable: true
|
enable: true
|
||||||
app_id: # Your leancloud application appid
|
app_id: # Your leancloud application appid
|
||||||
app_key: # Your leancloud application appkey
|
app_key: # Your leancloud application appkey
|
||||||
# Valine配置
|
# Valine配置
|
||||||
valine:
|
valine:
|
||||||
enable: true # 是否启用
|
enable: true # 是否启用
|
||||||
@ -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.
|
||||||
@ -151,8 +151,8 @@ music:
|
|||||||
enable: false
|
enable: false
|
||||||
# 播放器尺寸类型(1:小尺寸、2:大尺寸)
|
# 播放器尺寸类型(1:小尺寸、2:大尺寸)
|
||||||
type: 1
|
type: 1
|
||||||
id: 22707008 # 网易云分享的音乐ID(更换音乐请更改此配置项)
|
id: 22707008 # 网易云分享的音乐ID(更换音乐请更改此配置项)
|
||||||
autoPlay: true # 是否开启自动播放
|
autoPlay: true # 是否开启自动播放
|
||||||
|
|
||||||
# 访问量统计(不蒜子)
|
# 访问量统计(不蒜子)
|
||||||
busuanzi:
|
busuanzi:
|
||||||
@ -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