-
-
Notifications
You must be signed in to change notification settings - Fork 109
/
_config_template_cn.yml
213 lines (181 loc) · 6.15 KB
/
_config_template_cn.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
#! ---------------------------------------------------------------
#! ▄▀▄ █▀▄ ▄▀▀ ▀ █▀▄ ▀ ▄▀▄ █▄░█
#! █░█ █▀█ ░▀▄ █ █░█ █ █▀█ █░▀█
#! ░▀░ ▀▀░ ▀▀░ ▀ ▀▀░ ▀ ▀░▀ ▀░░▀
#! ᴅᴇsɪɢɴᴇᴅ & ᴄᴏᴅᴇᴅ ʙʏ ᴛʀɪᴅɪᴀᴍᴏɴᴅ
#! ---------------------------------------------------------------
#! Theme Obsidian - A dark Hexo theme, it's responsive, simple but elegant.
#! Thanks to and inspirated by CSS-Tricks
#! @author: TriDiamond
#! @github: https://github.com/TriDiamond
#! @changelogs: https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md
#! @feedbacks: https://github.com/TriDiamond/hexo-theme-obsidian/issues/new
#! ---------------------------------------------------------------
#! ---------------------------------------------------------------
#! █▄░█ ▄▀▄ ▀█▀ █▀▀ ▄▀▀
#! █░▀█ █░█ ░█░ █▀▀ ░▀▄
#! ▀░░▀ ░▀░ ░▀░ ▀▀▀ ▀▀░ v1.x
#! ---------------------------------------------------------------
#! ---------------------------------------------------------------
#! 版本`v1.3.5`开始代码高亮已经用`codemirror`替换了`highlight.js`,
#! 但是Hexo默认的highlight配置还是需要关闭的。
#! !!所以务必把Hexo默认的highlight配置改为`enable: false` !!
#! ---------------------------------------------------------------
#! highlight:
#! enable: false
#! line_number: true
#! auto_detect: true
#! tab_replace:
#! ---------------------------------------------------------------
# 主题版本
# !! 请勿修改此字段 !!
version: '1.4.9.4'
# ---------------------------------------------------------------
# 主题默认设置
# ---------------------------------------------------------------
# 菜单设置 | 格式 = 菜单名: 菜单url
menu:
PAGE: /page
# 分类页和标签页自定义标题配置
page_titles:
categories: 'Categories'
tags: 'Tags'
archives: 'Archived'
# 社交媒体链接
socials:
github: ""
twitter: ""
stackoverflow: ""
# 是否启用目录
TOC: true
# 首页封面使用的封面图, 不配置默认使用cover配置的图片
welcome_cover: /img/cover.jpg
# 文章默认封面图
cover: /img/welcome-cover.jpg
# 文章内的默认头像
avatar: https://s2.ax1x.com/2019/09/19/nLtSiD.png
# 关闭默认滚动条
scrollbar: true
# 网站的关键词,都好分割,用于SEO优化
keywords: TriDiamond Obsidian
# 网站口号
descriptionOne: 'Think like an artist, develop like an artisan'
descriptionTwo: '艺术家思维去思考问题,工匠创造精神去开发'
# 如果使用google analytics, 请填写ID
google_analytics:
# 网页图标
favicon: /img/favicon.png
# rss文件
rss: atom.xml
# ---------------------------------------------------------------
# 文章音乐设置
# ---------------------------------------------------------------
# 自动播放音乐
autoplay: false
# 默认mp3文件
mp3:
- statics/chengdu.mp3
# ---------------------------------------------------------------
# 主题插件
# ---------------------------------------------------------------
# Gitalk 评论插件
# 查看 https://github.com/gitalk/gitalk
gitalk:
enable: true
autoExpand: false
clientID: ''
clientSecret: ''
repo: ''
owner: ''
admin: [ '' ]
# Ensure uniqueness and length less than 50
id: location.pathname
# Facebook-like distraction
proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token
# 自定义代理服务器以防止403错误
# Valine 评论插件 (推荐使用!)
# 查看 https://valine.js.org/quickstart.html
valine:
enable: false
app_id:
app_key:
notify: false
verify: false
avatar: 'mp'
placeholder: 'Leave your throughs behind~'
visitor: true
# 文章字数和阅读时间统计插件
# see https://github.com/theme-next/hexo-symbols-count-time
symbols_count_time:
enable: true
wordCount: true
readCount: true
awl: 4
wpm: 275
suffix: mins.
# html截取插件(用于首页截取内容)
# see https://github.com/TriDiamond/hexo-html-truncate
html_truncate:
enable: true
# 文章保留多少个字符
postLength: 250
# 封面文章保留多少个字符
coverLength: 100
# 省略符号
ellipsis: '...'
# 需要过滤的html标签
excludes: [ 'img' ]
# 截取时保留空白空格字符
keepWhitespaces: true
# 截取到最后的时候保留完成的字(只对英文有用)
reserveLastWord: true
# Busuanzi 浏览量统计插件
# see http://ibruce.info/2015/04/04/busuanzi/
busuanzi:
enable: true
# Sharejs 分享
# see https://github.com/overtrue/share.js/
sharejs:
enable: true
disabled: 'facebook,douban,linkedin,diandian,tencent,google'
# 使用了codemirror替换了highlight.js,代码高亮更加完善,也更接近IDE的高亮样式
# 默认已经填入了一些语言的mode支持,如果你需要其他语言的支持,请查看codemirror官网的mode
# modes文档请看: https://codemirror.net/mode/
# codemirror官网: https://codemirror.net/
# 默认支持了:JS, HTML, CSS, PHP, JAVA, C, C#, C++, SHELL, PYTHON.
codemirror:
modes: [ 'javascript', 'css', 'xml', 'htmlmixed', 'clike', 'php', 'shell', 'python' ]
# 启用 mathjax 支持
mathjax: true
# 此功能仅使用国内服务器的用户需要配置,国外服务器开办网站不需要备案。
beian:
# 启用备案
enable: true
# 备案地区,例子:粤ICP备
beianloc:
# 备案号,例子:2021022134号
beianid:
# 公安互联网备案
police:
# 启用备案
enable: true
# 备案地区,例子:粤公网安备
beianloc:
# 备案号,例子:44010602009049号
beianid:
# 公安互联网备案图标,例子:/img/beian.png
beianicon:
# 自定义鼠标样式
mouse:
# 启用
enable: true
# 默认样式
default: /default.png
# 悬浮及点击样式
pointer: /hover.png
# APlayer, 目前只支持网易云歌单
aplayer:
# 启用aplayer
enable: true
# 歌单ID
musiclist: ""