Skip to content

Commit 9bb7a9d

Browse files
committed
update theme
1 parent 819f722 commit 9bb7a9d

File tree

1 file changed

+41
-31
lines changed

1 file changed

+41
-31
lines changed

themes/material-x/_config.yml

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -48,42 +48,42 @@ word_count: true
4848

4949
# 幻灯片
5050
backstretch:
51-
position: full # cover: 封面背景 full: 整个网页背景
51+
position: cover # cover: 封面背景 full: 整个网页背景
5252
duration: 6000 # 持续时间(毫秒)
5353
fade: 2500 # 渐变(毫秒)
5454
images:
55-
- http://q6pznk9ej.bkt.clouddn.com/bg0.jpeg
55+
- http://q6pznk9ej.bkt.clouddn.com/sleep.png
5656

5757

5858
############################### 自定义 ###############################
5959
# page的封面
6060
cover:
6161
scheme: search # 后期将会提供多种封面方案
62-
height: half # full(默认值): 首页封面占据整个第一屏幕,其他页面占半个屏幕高度, half: 所有页面都封面都只占半个屏幕高度
62+
height: full # full(默认值): 首页封面占据整个第一屏幕,其他页面占半个屏幕高度, half: 所有页面都封面都只占半个屏幕高度
6363
title: 一觉睡到小时候
6464
# logo: assets/logo.png # logo和title只显示一个,若同时设置,则只显示logo
6565
search_placeholder: '搜索'
6666
# 主页封面菜单
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
8787

8888

8989
# 桌面端导航栏菜单
@@ -166,15 +166,25 @@ sidebar:
166166
icon: fas fa-map-signs
167167
title: 站内导航
168168
rows:
169-
- name: 厨房
170-
icon: fas fa-thumbs-up
169+
- name: 首页
170+
icon: fas fa-home
171171
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/
178188
rel: nofollow
179189
- widget: category
180190
more:

0 commit comments

Comments
 (0)