forked from luuman/hexo-theme-spfk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
221 lines (179 loc) · 6.37 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
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
214
215
216
217
218
219
220
221
# >>> Basic Setup | 基础设置 <<<
# Header | 主菜单
## About Page: `hexo new page about`
## Tags Cloud Page: `hexo new page tags`
menu:
所有文章: /archives/
# 博客首页: /Home
# 作品展示: /works
# 留言打卡: /about
# 前端导航: /FrontEndGuide
# 静心阅读: /tags
# 光影之路: /instagram
# 随笔: /tags/随笔
# Link to your avatar | 填写头像地址
avatar: img/head.jpg
# Small icon of Your site | 站点小图标地址
favicon: img/favicon.png
# set cursor | 设置鼠标指针图标
cursor:
on: true
cursor_0: img/cursor.ani # 首选指针 来自:http://www.rw-designer.com/cursor-detail/100439
cursor_1: img/cursor.cur # 备选指针 来自:http://www.rw-designer.com/cursor-detail/82454
# Social info. Bar | 右侧栏社交信息展示
## Keep "mailto:" in Email | 设置 Email 时保留 "mailto:"
## Encrypt email 加密邮件地址 http://ctrlq.org/encode/
## RSS requires a plugin to take effect | 使用 RSS 需先安装对应插件
## https://github.com/hexojs/hexo-generator-feed
subnav:
mail: "http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=qNvAyd3G0d3JxujOx9DFycHEhsvHxQ"
github: "https://github.com/cniter"
# zhihu: "#"
# weibo: "#"
# google: "#"
# twitter: "#"
# linkedin: "#"
# facebook: "#"
rss: /atom.xml # 需安装hexo-generator-feed插件
# pinterest: "#"
QQ: "http://sighttp.qq.com/authd?IDKEY=4faf682653b3b7f5f47b9cb6d2bb8b81de8fa7a8fb8cee12"
# wechat: "#"
# douban: "#"
# pinboard: "#"
# stackoverflow: "#"
# Instagram: "#"
# segmentfault: "#"
# >>> Conments 评论系统 <<<
# Chose ONE as your comment system and keep others disable.
# 选一个作为网站评论系统,其他保持禁用。
disqus:
# on: true
shortname: cniter
# https://help.disqus.com/customer/en/portal/articles/466208-what-s-a-shortname-
# It is unnecessary to enable disqus here if
# you have set "disqus_shortname" in your site's "_config.yml"
# 多说评论系统已经关闭,强烈不推荐开启
duoshuo:
# on: true
domain: cniter
# 是否开启多说评论,http://duoshuo.com/create-site/
# 使用上面网址登陆你的多说,然后创建站点,在 domain 中填入你设定的域名前半部分
# http://<要填的部分>.duoshuo.com (domain只填上<>里的内容,不要填整个网址)
gitalk:
on: true
owner: cniter
admin: ['cniter']
repo: cniter.github.io
client_id:
client_secret:
# 是否开启Gitalk评论,https://github.com/gitalk/gitalk/blob/master/readme-cn.md
gitment:
# on: true
owner: cniter
repo: cniter.github.io
client_id:
client_secret:
# 是否开启gitment评论,https://imsun.net/posts/gitment-introduction/
youyan:
# on: true
id:
# 是否开启友言评论,http://www.uyan.cc/index.php
# id 中填写你的友言用户数字ID,注册后进入后台管理即可查看
# 友言服务在 Web 环境下运行,普通本地环境无法查看,请部署后在线上测试。
# >>> Style Customisation 样式自定义 <<<
# Background | 背景
## "background_sum": show images form /source/background/的图片数目
## "on: true": 自动随机显示这5张图片
## "on: false": 自定义显示图片设置background_image: 5
background:
on: true
#on: false
background_sum: 5
background_image: 1
highlight_style:
on: true
inline_code: 5
code_block: 0
# Set inline_code to style highlight text
# Chose a highlight theme for code block
# 通过 inline_code 切换内置文本高亮样式 Value: 0 - 9 可选
# 通过 code_block 切换内置代码高亮配色主题 Value: 0 - 4
blockquote_style:
on: true
blockquote: 3 # Value: 0 - 7 可选
# 自定义文章「引用部分」的样式
# 右侧栏宽度 px
right_col_width: 300
# 目录中标题不换行
# Keep TOC title on the same line |
toc_nowrap: false
# 自定义"阅读全文"链接按钮的显示文字
# Customize the text on excerpt link
# 在文章中想要截断的地方加上 <!-- more -->
excerpt_link: 查看更多 #修改more>>的文字
# 右侧栏搜索框
# local search | 设置本地搜索 需安装hexo-generator-searchdb插件
search:
on: true
path: search.xml
field: all
# 是否开启主页及加载头像时的动画效果
# Animation in Homepage and Loading avatar
animate: true
# >>> Small features | 小功能设置 <<<
# 是否开启边栏多标签切换
# Birdhouse button in left column
tagcloud: true
# Blogroll, Link exchange | 友情链接
# friends: false
friends:
Shaun's Space: https://cniter.github.io
# 打赏
# 请在需要打赏的文章的md文件头部,设置属性reward: true
# 打赏基础设定:0-关闭打赏; 1-文章对应的md文件里有reward:true属性,才有打赏; 2-所有文章均有打赏
reward_type: 1
# 打赏wording
reward_wording1: '纯属好玩'
reward_wording2: '扫码打赏,你说多少就多少'
# 支付宝logo图片地址,跟你设置头像的方式一样。比如:/img/alipay.jpg
alipay: /img/alipay.png
# 微信logo图片地址
weixin: /img/weixin.png
#是否开启“关于我”。
aboutme: 学以致用,学习使我快乐!<br />Do the Right Thing, Wait to get fired.
#aboutme: false
# 是否在新窗口打开链接
# Open ALL link in a new tab
open_in_new: false
# Customize feed link 自定义订阅地址 需安装hexo-generator-feed插件
rss: /atom.xml
# >>> Vendors | 第三方工具 & 服务 <<<
# images viewer | 图片浏览器
## http://www.fancyapps.com/fancybox/
fancybox: true
# Display Math(LaTeX, MathML...) | 数学公式支持
## https://www.mathjax.org/
mathjax: true
# Socail Share | 是否开启分享
# share: true
baidushare: true
#showshare: true
# 百度、谷歌站长验证。填写 HTML 标签 content
# Site Verification for Google and Baidu. HTML label content.
google_site: # pFW527fHrjfI0si2w4NQ0w3cTw12AvvuohAu1PUfqKA
baidu_site: #c167b9feb4f0b208b712c79629c188e4
# Fill in Google Analytics tracking ID, #e.g. UA-XXXXX-X, or Baidu Analytics hash key
google_analytics:
baidu_analytics:
# 不蒜子网站计数设置
# http://ibruce.info/2015/04/04/busuanzi/
visit_counter:
on: true
site_visit: 极客到访数
page_visit: 本页阅读量
# RevolverMaps统计并可视化访客信息 http://www.revolvermaps.com/
visual_visitor: # <script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=50om5cdo666&m=7&c=ff0000&cr1=ffffff&f=arial&l=49" defer="defer"></script>
# A标签提示
TipTitle: true
# Loading
# Loading: true