使用新的图片而不是随即图
This commit is contained in:
parent
8c9d0a0cea
commit
4e4b1ab4b9
@ -490,7 +490,7 @@ footer:
|
||||
index:
|
||||
# 首页 Banner 头图,可以是相对路径或绝对路径,以下相同
|
||||
# Path of Banner image, can be a relative path or an absolute path, the same on other pages
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
|
||||
# 头图高度,屏幕百分比
|
||||
# Height ratio of banner image
|
||||
@ -562,7 +562,7 @@ index:
|
||||
# Post Page
|
||||
#---------------------------
|
||||
post:
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 70
|
||||
banner_mask_alpha: 0.3
|
||||
|
||||
@ -925,7 +925,7 @@ discuss:
|
||||
# Archive Page
|
||||
#---------------------------
|
||||
archive:
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 60
|
||||
banner_mask_alpha: 0.3
|
||||
|
||||
@ -936,7 +936,7 @@ archive:
|
||||
#---------------------------
|
||||
category:
|
||||
enable: true
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 60
|
||||
banner_mask_alpha: 0.3
|
||||
|
||||
@ -965,7 +965,7 @@ category:
|
||||
#---------------------------
|
||||
tag:
|
||||
enable: true
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 80
|
||||
banner_mask_alpha: 0.3
|
||||
tagcloud:
|
||||
@ -982,7 +982,7 @@ tag:
|
||||
#---------------------------
|
||||
about:
|
||||
enable: true
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 60
|
||||
banner_mask_alpha: 0.3
|
||||
avatar: https://q1.qlogo.cn/g?b=qq&nk=2181331836&s=640&t=
|
||||
@ -1009,7 +1009,7 @@ about:
|
||||
# Custom Page through `hexo new page`
|
||||
#---------------------------
|
||||
page:
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 60
|
||||
banner_mask_alpha: 0.3
|
||||
|
||||
@ -1020,7 +1020,7 @@ page:
|
||||
#---------------------------
|
||||
page404:
|
||||
enable: true
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 85
|
||||
banner_mask_alpha: 0.3
|
||||
# 重定向到首页的延迟(毫秒)
|
||||
@ -1034,7 +1034,7 @@ page404:
|
||||
#---------------------------
|
||||
links:
|
||||
enable: true
|
||||
banner_img: https://api.mmeiblog.cn/pc?time=true
|
||||
banner_img: /img/index.jpg
|
||||
banner_img_height: 60
|
||||
banner_mask_alpha: 0.3
|
||||
# 友链的成员项
|
||||
|
BIN
source/img/index.jpg
Normal file
BIN
source/img/index.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
Loading…
Reference in New Issue
Block a user