forked from dongyuanxin/theme-ad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
163 lines (137 loc) · 3.54 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
author: Dong Yuanxin
keywords: Hexo, Theme-AD
description: 董沅鑫的小站
# 导航栏头部名称
nav_name: GODBMW
# 导航栏座右铭
motto: "安静写些东西"
github: "https://github.com/dongyuanxin/"
# 站点图标和APP图标
favicon:
icon: /images/favicon.ico
touch_icon: /images/touch-icon.png
# RSS文件位置
rss:
# 自定义样式文件
custom_styles:
# 自定义脚本文件
custom_scripts:
# 代码高亮主题: normal | night | night blue | night bright | night eighties
highlight_theme: "night eighties"
# 开启数学公式渲染
mathjax: true
copyright:
enable: true
author: "董沅鑫"
show_link: true
more: '版权声明: 本博客所有文章除特别声明外, 均采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> 许可协议. 转载请注明出处!'
# 建站时间. 格式:YYYY-MM-DD
start_time: "2018-02-10"
# 如何开启 评论&统计 插件:https://godbmw.com/passages/2018-11-15-theme-bmw-docs-zh/
# 请申请自己的 appid 和 appkey,并且替换下面的 appid 和 appkey
leancloud:
appid: Hyq9wkH495DgNHWhDQCOfQSp-gzGzoHsz # 填写您的appid
appkey: WaR7nrzhliHj9aVwdQzkdlGd # 填写您的appkey
comment: true # 是否开启评论系统
count: true # 是否开启文章统计
# 需要保证leancloud.count为true
welcome:
enable: false
interval: 30
# 需要保证leancloud.comment为false
disqus:
enable: false
id:
# 需要保证leancloud.count为false
busuanzi: false
# 存放sha256加密的密码
# 拥有所有加锁文章的阅读权限
passwords:
- efe07af7441da2b69c4a41e42e73be4db47f66010a56900788a458354a7373ec # godbmw
share:
twitter: true
facebook: true
weibo: true
qq: true
wechat: true
analytics:
baidu:
enable: false
google:
enable: false
id:
"360":
enable: false
id:
# 打赏图片
reward:
-
src: /images/wechat.png
alt: "WeChat"
-
src: /images/alipay.png
alt: "AliPay"
# 第三方库的CDN地址
# 请根据情况自行决定是否替换为国内CDN
cdn:
leancloud: "//cdn.jsdelivr.net/npm/[email protected]/dist/av-min.js"
mathjax: "//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"
valine: "//unpkg.com/valine/dist/Valine.min.js"
busuanzi: "//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"
font_awesome: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
nav:
-
name: "首页"
path: "/"
-
name: "归档"
path: "/archives/"
-
name: "标签"
path: "/tags/"
-
name: "分类"
path: "/categories/"
-
name: "友链"
path: "/friends/"
-
name: "关于"
path: "/about/"
footer:
-
title: "博客推荐"
children:
-
name: "GodBMW"
path: "https://godbmw.com/"
-
name: "阮一峰的个人网站"
path: "http://ruanyifeng.com/"
-
title: "系列教程"
children:
-
name: "webpack4系列教程"
path: "https://godbmw.com/categories/webpack4%E7%B3%BB%E5%88%97%E6%95%99%E7%A8%8B/"
-
name: "设计模式手册"
path: "https://godbmw.com/design-patterns/"
-
title: "抓到我"
children:
-
name: "掘金"
path: "https://juejin.im/user/5b91fcf06fb9a05d3c7fd4a5"
-
name: "思否"
path: "https://segmentfault.com/"
footer_contact: "Email: [email protected]"
friends_avatar_cdn:
friends:
-
nickname: GodBMW
avatar: /images/friends/godbmw.jpeg
site: https://godbmw.com/
meta: 主题作者
show: true