forked from shen-yu/hexo-theme-ayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
104 lines (85 loc) · 2.55 KB
/
_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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# 侧边栏菜单
menu:
Home: /
Archive: /archives
About: /about
# Logo
favicon: /favicon.ico
logo: /images/ayer-side.svg
# 封面配置
# enable-是否启用封面;path-封面背景图;logo-封面logo
cover:
enable: true
path: /images/cover1.jpg # images目录下附送多张美图,可更换
logo: false #/images/ayer.svg,如果不要直接设置成false
# 页面顶部进度条
progressBar: true
# 文章配置
# 文章太长,截断按钮文字(在需要截断的行增加此标记:<!--more-->)
excerpt_link: Read more...
# 文章分享文字
share_text: Share
# 分页文字
nav_text:
page_prev: Prev Page
page_next: Next Page
post_prev: Prev Post
post_next: Next Post
#Table of contents
toc: true
# 打赏
# 打赏type设定:0-关闭打赏; 1-文章对应的md文件里有reward:true属性,才有打赏; 2-所有文章均有打赏
reward_type: 0
# 打赏wording
reward_wording: 'Buy me a cup of coffee'
# 支付宝二维码图片地址,跟你设置logo的方式一样。比如:/images/alipay.jpg
alipay: false
# 微信二维码图片地址
weixin: false
# 是否启用搜索
search: true
# RSS订阅(先安装hexo-generator-feed插件,再去博客根目录config进行配置)
rss: false
# 评论:1、Valine(推荐);2、Gitalk
# 1、Valine[一款快速、简洁且高效的无后端评论系统](https://github.com/xCss/Valine)
# 启用Valine必须先创建leancloud应用, 获取 id|key 填入即可
leancloud:
enable: false
app_id: #
app_key: #
# Valine配置
valine:
enable: false # 是否启用
avatar: mp # 头像样式(请我喝杯咖啡吧)
placeholder: Add a comment to my article~ # placeholder
# 2、Gitalk(https://github.com/gitalk/gitalk)
gitalk:
enable: false # true
clientID: # GitHub Application Client ID
clientSecret: # Client Secret
repo: # Repository name
owner: # GitHub ID
admin: # GitHub ID
# GitHub Ribbons(https://github.blog/2008-12-19-github-ribbons/)
github:
# (关闭请设置为false)
url: false
# fancybox(仅用于相册展示,若需要可配置albums)
fancybox: true
# 访问量统计(不蒜子)
busuanzi:
enable: false
# 友盟cnzz统计(url填js代码src链接)
cnzz:
enable: false
url: https://s9.cnzz.com/z_stat.php?id=1278069914&web_id=1278069914
# Google Analytics
google_analytics: ''
# 百度统计
baidu_analytics: ''
# 数学公式
mathjax: false
# 网站成立年份(默认为 2019,若填入年份小于当前年份,则显示为 2018-2019 类似的格式)
since: 2019
#是否显示页脚信息(建议保留,有助于本主题的推广)
pageFooter: false