File tree Expand file tree Collapse file tree 1 file changed +41
-31
lines changed Expand file tree Collapse file tree 1 file changed +41
-31
lines changed Original file line number Diff line number Diff line change @@ -48,42 +48,42 @@ word_count: true
48
48
49
49
# 幻灯片
50
50
backstretch :
51
- position : full # cover: 封面背景 full: 整个网页背景
51
+ position : cover # cover: 封面背景 full: 整个网页背景
52
52
duration : 6000 # 持续时间(毫秒)
53
53
fade : 2500 # 渐变(毫秒)
54
54
images :
55
- - http://q6pznk9ej.bkt.clouddn.com/bg0.jpeg
55
+ - http://q6pznk9ej.bkt.clouddn.com/sleep.png
56
56
57
57
58
58
# ############################## 自定义 ###############################
59
59
# page的封面
60
60
cover :
61
61
scheme : search # 后期将会提供多种封面方案
62
- height : half # full(默认值): 首页封面占据整个第一屏幕,其他页面占半个屏幕高度, half: 所有页面都封面都只占半个屏幕高度
62
+ height : full # full(默认值): 首页封面占据整个第一屏幕,其他页面占半个屏幕高度, half: 所有页面都封面都只占半个屏幕高度
63
63
title : 一觉睡到小时候
64
64
# logo: assets/logo.png # logo和title只显示一个,若同时设置,则只显示logo
65
65
search_placeholder : ' 搜索'
66
66
# 主页封面菜单
67
- features :
68
- - name : 首页
69
- icon : fas fa-home
70
- url : /
71
- - name : 分类
72
- icon : fas fa-folder-open
73
- url : categories/
74
- rel : nofollow
75
- - name : 标签
76
- icon : fas fa-hashtag
77
- url : tags/
78
- rel : nofollow
79
- - name : 归档
80
- icon : fas fa-archive
81
- url : archives/
82
- rel : nofollow
83
- - name : 友链
84
- icon : fas fa-link
85
- url : links/
86
- rel : nofollow
67
+ # features:
68
+ # - name: 首页
69
+ # icon: fas fa-home
70
+ # url: /
71
+ # - name: 分类
72
+ # icon: fas fa-folder-open
73
+ # url: categories/
74
+ # rel: nofollow
75
+ # - name: 标签
76
+ # icon: fas fa-hashtag
77
+ # url: tags/
78
+ # rel: nofollow
79
+ # - name: 归档
80
+ # icon: fas fa-archive
81
+ # url: archives/
82
+ # rel: nofollow
83
+ # - name: 友链
84
+ # icon: fas fa-link
85
+ # url: links/
86
+ # rel: nofollow
87
87
88
88
89
89
# 桌面端导航栏菜单
@@ -166,15 +166,25 @@ sidebar:
166
166
icon : fas fa-map-signs
167
167
title : 站内导航
168
168
rows :
169
- - name : 厨房
170
- icon : fas fa-thumbs-up
169
+ - name : 首页
170
+ icon : fas fa-home
171
171
url : meal/
172
- - name : 影视
173
- icon : fas fa-film
174
- url : film/
175
- - name : 关于小站
176
- icon : fas fa-info-circle
177
- url : about/
172
+ rel : nofollow
173
+ - name : 分类
174
+ icon : fas fa-folder-open
175
+ url : categories/
176
+ rel : nofollow
177
+ - name : 标签
178
+ icon : fas fa-hashtag
179
+ url : tags/
180
+ rel : nofollow
181
+ - name : 归档
182
+ icon : fas fa-archive
183
+ url : archives/
184
+ rel : nofollow
185
+ - name : 友链
186
+ icon : fas fa-link
187
+ url : links/
178
188
rel : nofollow
179
189
- widget : category
180
190
more :
You can’t perform that action at this time.
0 commit comments