diff --git a/_config.fluid.yml b/_config.fluid.yml index d02a66d..e963bb0 100644 --- a/_config.fluid.yml +++ b/_config.fluid.yml @@ -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 # 友链的成员项 diff --git a/source/img/index.jpg b/source/img/index.jpg new file mode 100644 index 0000000..66ab4c6 Binary files /dev/null and b/source/img/index.jpg differ