hexo - 背景图滚动开关

This commit is contained in:
tangly1024.com
2023-03-14 15:12:56 +08:00
parent ab5f809650
commit 4ad5033613
2 changed files with 2 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ const Header = props => {
id="header"
className="w-full h-screen bg-black text-white relative"
>
<div className='w-full h-full'>
<div className={`w-full h-full ${CONFIG_HEXO.HOME_NAV_BACKGROUND_IMG_FIXED ? 'fixed' : ''}`}>
{/* <Image src={siteInfo.pageCover} fill
style={{ objectFit: 'cover' }}
className='opacity-70'

View File

@@ -3,6 +3,7 @@ const CONFIG_HEXO = {
HOME_BANNER_GREETINGS: ['Hi我是一个程序员', 'Hi我是一个打工人', 'Hi我是一个干饭人', '欢迎来到我的博客🎉'], // 首页大图标语文字
HOME_NAV_BUTTONS: true, // 首页是否显示分类大图标按钮
HOME_NAV_BACKGROUND_IMG_FIXED: true, // 首页背景图滚动时是否固定true 则滚动时图片不懂; false则随鼠标滚动
// 菜单配置
MENU_CATEGORY: true, // 显示分类