mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-22 23:16:48 +00:00
整理主题配置文件
This commit is contained in:
14
themes/example/config.js
Normal file
14
themes/example/config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 主题配置文件
|
||||
*/
|
||||
const CONFIG = {
|
||||
// 菜单配置
|
||||
MENU_CATEGORY: true, // 显示分类
|
||||
MENU_TAG: true, // 显示标签
|
||||
MENU_ARCHIVE: true, // 显示归档
|
||||
MENU_SEARCH: true, // 显示搜索
|
||||
|
||||
POST_LIST_COVER: true // 列表显示文章封面
|
||||
|
||||
}
|
||||
export default CONFIG
|
||||
Reference in New Issue
Block a user