一份完整的_config.yml文件如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
| menu: 首页: /
banner:
notice:
author: name: avatar: description:
toc: max_depth: 3 min_depth: 2
comments: enable: true use: 'valine' valine: appId: appKey: avatar: mm placeholder: 随便说点什么叭~ notify: true visitor: true pageSize: 10 disqus: website: error: 如果你看不到评论,那么就真的看不到评论 w(゜Д゜)w
dplayer: enable: true theme: "#b7daff" autoplay: false loop: false mutex: true
aplayer: enable: true theme: "#b7daff" autoplay: false loop: false mutex: true lrcType: 3
beian:
google_analytics: UA-165681463-1
gauges_analytics:
baidu_analytics: 77cce6624f1114785af5e77d00cbf93c
tencent_analytics: 66537616
favicon: /favicon.ico
social_icon: enable: true icons: ins : zhihu : weibo : https://twitter.com/guanquanhong github : https://github.com/miiiku/ twitter : https://twitter.com/guanquanhong
|
aplayer 音乐播放器
aplayer相关配置项:
具体的配置项描述可以查阅aplayer官方文档 aplayer文档地址
目前支持的相关参数如下
key |
default |
describe |
theme |
‘#b7daff’ |
主题色 |
autoplay |
false |
音频自动播放 |
loop |
‘all’ |
音频循环播放, 可选值: ‘all’, ‘one’, ‘none’ |
mutex |
true |
互斥,阻止多个播放器同时播放,当前播放器播放时暂停其他播放器 |
dplayer 音乐播放器
dplayer相关配置项:
具体的配置项描述可以查阅dplayer官方文档 dplayer文档地址
目前支持的相关参数如下
key |
default |
describe |
theme |
‘#b7daff’ |
主题色 |
autoplay |
false |
视频自动播放 |
loop |
false |
视频循环播放 |
mutex |
true |
互斥,阻止多个播放器同时播放,当前播放器播放时暂停其他播放器 |
自定义新增social_icon图标
如添加一个Google+图标,先在theme/layout/_svg/
下添加social-google.svg
。
然后编辑_config.yml
配置文件,在social_icon
下的icons
添加google: [你的地址]
即可。