mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
feature: 右边侧边栏可配置
This commit is contained in:
@@ -6,7 +6,7 @@ const BLOG = {
|
||||
description: '分享编程技术与记录生活',
|
||||
keywords: ['Notion', '写作', '博客'],
|
||||
home: { // 首页
|
||||
showHomeBanner: true, // 首页是否显示大图及标语 [true,false]
|
||||
showHomeBanner: false, // 首页是否显示大图及标语 [true,false]
|
||||
homeBannerStrings: ['Hi,我是一个程序员', 'Hi,我是一个打工人', 'Hi,我是一个干饭人', '欢迎来到我的博客🎉'], // 首页大图标语文字
|
||||
homeBannerImage: './bg_image.jpg' // 首图
|
||||
},
|
||||
@@ -38,7 +38,10 @@ const BLOG = {
|
||||
showToc: true,
|
||||
showShareBar: false,
|
||||
showRelatePosts: false,
|
||||
showCopyRight: false
|
||||
showCopyRight: false,
|
||||
showLatestPost: false,
|
||||
showCategoryList: false,
|
||||
showTagList: false
|
||||
},
|
||||
socialLink: { // 社交链接
|
||||
weibo: 'https://weibo.com/tangly1024',
|
||||
|
||||
Reference in New Issue
Block a user