-
Notifications
You must be signed in to change notification settings - Fork 37
/
_config.yml
150 lines (122 loc) · 4.01 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
# -------------------------------------------------------
# Custom Pictures
# -------------------------------------------------------
avatar:
enable: true
url: /static/images/kamuyi.jpg
background:
background_color: '#ffffff'
# Custom Background Picture
enable_picture: true
url: /static/images/miku.jpg
css_size: cover
css_position: 50%
# Gradient color
gradient_color:
enable: false # switch to 'true' will make custom background picture lose efficacy
css_value: 'linear-gradient(to right, rgb(74, 135, 193), rgb(179, 177, 251))'
# -------------------------------------------------------
# Menu
# -------------------------------------------------------
menu:
# Basic Menu
Home: true
Archives: true
Categories: false
Tags: false
# Custom Menu
# '/index' can be omitted
# please add '/pages' as prefix
# example:
# [X] About: /about/index (need '/pages' as prefix)
# [O] About: /pages/about/index (preferred)
# [O] About: /pages/about
# About: /pages/about/index
menu_icons:
enable: true
# icon name docs: http://fontawesome.io/icons/
Home: fa-home
Archives: fa-archive
Categories: fa-bookmark
Tags: fa-hashtag
About: fa-smile-o
# -------------------------------------------------------
# Custom Blur
# -------------------------------------------------------
blur:
background_color: '#ffffff'
hide_overflow: true
# Alpha Value of the background color
opacity:
enable: false # switch to 'true' will make the gaussian blur lose efficacy
opacity_value: 0.4
gaussian_radius:
top_navigator: 50 # 40px+ preferred
header: 30 # 5 ~ 50px preferred
footer: 40 # 5 ~ 100px preferred
font:
color: '#ffffff' # only affect the font color in the blur area.
# -------------------------------------------------------
# Layout
# -------------------------------------------------------
theme_layout:
dependent_footer: true
# -------------------------------------------------------
# Social
# -------------------------------------------------------
social:
github: https://github.com/heskeybaozi
weibo: http://weibo.com/52hezhiyu
# Email link, reference to https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks#E-mail_links
email: mailto:[email protected]
social_icons:
enable: true
# icon name docs: http://fontawesome.io/icons/
github: fa-github-alt
weibo: fa-weibo
email: fa-envelope
wechat: fa-weixin
qq: fa-qq
# -------------------------------------------------------
# Page 404
# -------------------------------------------------------
page_404:
# enable to use custom 404 page
enable: false
# filename of .md file path in your source dir
# example:
# after run command `hexo new page 404`
# [X] source_path: /404/index (work dictionry is 'source')
# [O] source_path: 404/index.md
# [O] source_path: 404/index
# [O] source_path: 404 ('/index' can be omitted)
source_path: 404/index.md
# -------------------------------------------------------
# Comments System
# -------------------------------------------------------
# https://github.com/imsun/gitment#customize
gitment:
enable: false
github_id: # your github id
repository_name: # your repository name
# client_id & secret will generated after register an OAuth App
# reference: https://github.com/settings/applications/new
client_id:
client_secret:
per_page: 8 # comments per page
max_comment_height: 250 # default 250px
# -------------------------------------------------------
# Google Analytics
# -------------------------------------------------------
google_analytics:
enable: false
track_id: UA-XXXXXX-X # replace to your track_id. It starts with 'UA-'.
# -------------------------------------------------------
# Powered by
# -------------------------------------------------------
# if you want to disable powered-by
# powered_by: false
# powered_by: ''
powered_by:
text: Hexo Theme Lite
url: https://github.com/HeskeyBaozi/hexo-theme-lite/ # or false to disable link