hexo-theme-vivia icon indicating copy to clipboard operation
hexo-theme-vivia copied to clipboard

侧边栏sidebar中必须要有滚动的组件

Open baiyi0409 opened this issue 11 months ago • 0 comments

侧边栏

sidebar: widgets: # 需要启用的组件 (profile, category, tag, archive, recent_posts) normal: # 随页面滚动的组件 - profile sticky: # 固定在页面顶部的组件 - category - tag

无法从配置中取消随页面滚动的组件 如果我在配置中不填写,或者注释掉normal部分,或者单个组件,例如profile就无法加载 只能修改对应逻辑代码

我需要当normal或者sticky可以为空

baiyi0409 avatar Mar 15 '24 01:03 baiyi0409