Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zitalk authored Mar 15, 2024
1 parent 19c0281 commit 64ec8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hexo/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const CONFIG = {
// 3.14.1以后的版本中,欢迎语在blog.config.js中配置,用英文逗号','隔开多个。
HEXO_HOME_BANNER_GREETINGS: ['路漫漫其修远兮,吾将上下而求索🎉'], // 首页大图标语文字

HEXO_HOME_NAV_BUTTONS: true, // 首页是否显示分类大图标按钮
HEXO_HOME_NAV_BUTTONS: false, // 首页是否显示分类大图标按钮
// 已知未修复bug, 在移动端开启true后会加载不出图片; 暂时建议设置为false。
HEXO_HOME_NAV_BACKGROUND_IMG_FIXED: false, // 首页背景图滚动时是否固定,true 则滚动时图片不懂动; false则随鼠标滚动 ;
// 是否显示开始阅读按钮
Expand All @@ -17,7 +17,7 @@ const CONFIG = {
HEXO_MENU_SEARCH: true, // 显示搜索

HEXO_POST_LIST_COVER: true, // 列表显示文章封面
HEXO_POST_LIST_COVER_HOVER_ENLARGE: true, // 列表鼠标悬停放大
HEXO_POST_LIST_COVER_HOVER_ENLARGE: false, // 列表鼠标悬停放大

HEXO_POST_LIST_COVER_DEFAULT: true, // 封面为空时用站点背景做默认封面
HEXO_POST_LIST_SUMMARY: true, // 文章摘要
Expand Down

0 comments on commit 64ec8dc

Please sign in to comment.