-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy path_config.example.yml
150 lines (136 loc) · 3.22 KB
/
_config.example.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
#############################
# Xups for Hexo 主题配置文件
# Jelon
# http://jelon.info
#############################
#----------------------------
# 头部导航
#----------------------------
menu:
home:
name: 首页
link: /
icon: icon-home
archives:
name: 归档
link: /archives/
icon: icon-archives
about:
name: 关于
link: /about/
icon: icon-staff
comment:
name: 留言
link: /comment/
icon: icon-comment
#----------------------------
# 副导航
#----------------------------
subnav:
github: "#"
weibo: "#"
rss: "#"
zhihu: "#"
#----------------------------
# RSS
#----------------------------
rss: /atom.xml
#----------------------------
# Favicon
#----------------------------
favicon: /favicon.ico
#----------------------------
# 头像url
#----------------------------
avatar: /img/jelon.jpg
#----------------------------
# 是否开启分享
#----------------------------
share: true
#----------------------------
# 侧栏是否显示微博秀
#----------------------------
weibo_show:
enable: false
code: <iframe id="myWeibo" width="100%" height="550" class="share_self" frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=550&fansRow=2&ptype=1&speed=0&skin=1&isTitle=0&noborder=0&isWeibo=1&isFans=0&uid=2376003112&verifier=796ea597&dpc=1"></iframe>
#----------------------------
# 是否开启评论
#----------------------------
comment:
enable: false
owner:
repo:
client_id:
client_secret:
#----------------------------
# 是否开启云标签
#----------------------------
tagcloud: true
#----------------------------
# 友情链接
#----------------------------
friends:
enable: true
list:
1:
name: Github博客
title: Github博客
link: https://github.com/front-end-pigs/blog
2:
name: Jelon博客
title: Jelon博客
link: https://jelon.info
#----------------------------
# 头部链接
#----------------------------
head_links:
enable: true
list:
sup:
0:
name: Github
link: https://github.com/jangdelong
last:
name: Hosted by Coding Pages
link: https://pages.coding.me
sub:
sinaweibo:
name: 新浪微博
link: http://weibo.com/jangdelong
qqweibo:
name: 掘金
link: https://juejin.im/user/3984285869282919
#----------------------------
# SEO
#----------------------------
SEO:
keywords: Jelon, 前端, Web, 张德龙, 前端开发
description: Jelon个人前端小站
#----------------------------
# 百度分析
#----------------------------
baidu_analytics:
enbale: false
analytics_url:
#----------------------------
# 高亮样式
#----------------------------
highlight_theme: normal
#----------------------------
# CDN
# 如: //7xs305.com1.z0.glb.clouddn.com/
# 主要以下两个目录进行 cdn 存储
# - img 图片资源下的 thumbnail 目录
# - css 样式资源下的 fonts 目录
#----------------------------
CDN:
#----------------------------
# 是否开启搜索
#----------------------------
search:
enable: true
placeholder: 输入关键字搜索
#----------------------------
# 是否全栈致灰
#----------------------------
is_site_grey: false