Files
NotionNext/themes/nobelium/config.js
2024-04-29 16:18:53 +08:00

18 lines
758 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
const CONFIG = {
NOBELIUM_NAV_NOTION_ICON: true, // 是否读取Notion图标作为站点头像 ; 否则默认显示黑色SVG方块
// 特殊菜单
NOBELIUM_MENU_RANDOM_POST: true, // 是否显示随机跳转文章按钮
NOBELIUM_MENU_SEARCH_BUTTON: true, // 是否显示搜索按钮该按钮支持Algolia搜索
// 默认菜单配置 开启自定义菜单后以下配置则失效请在Notion中自行配置菜单
NOBELIUM_MENU_CATEGORY: false, // 显示分类
NOBELIUM_MENU_TAG: true, // 显示标签
NOBELIUM_MENU_ARCHIVE: false, // 显示归档
NOBELIUM_MENU_SEARCH: true, // 显示搜索
NOBELIUM_MENU_RSS: false, // 显示订阅
NOBELIUM_AUTO_COLLAPSE_NAV_BAR: true // 页头导航栏动画
}
export default CONFIG