docs: change home page header
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
Deploy Jekyll site to Pages / deploy (push) Has been cancelled

This commit is contained in:
Wanxp 2025-10-10 18:05:36 +08:00
parent 7e57846f32
commit 266cfb3901

@ -13,13 +13,12 @@ export default defineConfig({
logo: '/obsidian-douban-logo.png', logo: '/obsidian-douban-logo.png',
nav: [ nav: [
{ text: '首页', link: '/' }, { text: '首页', link: '/' },
{ text: '效果展示', items: [ { text: '特殊效果', items: [
{ text: '时间线效果', link: '/Obsidian-Douban-TimeLine' }, { text: '时间线效果', link: '/Obsidian-Douban-TimeLine' },
{ text: '类网页效果', link: '/Obsidian-Douban-BlueTopaz' }, { text: '类网页效果', link: '/Obsidian-Douban-BlueTopaz' },
{ text: '书架效果', link: 'Obsidian-Douban-DataView-Jump' } { text: '书架效果', link: 'Obsidian-Douban-DataView-Jump' }
] }, ] },
{ text: '作者', link: 'https://wxp.hk' }, { text: '作者', link: 'https://wxp.hk' },
], ],
sidebar: [ sidebar: [
@ -45,12 +44,13 @@ export default defineConfig({
socialLinks: [ socialLinks: [
{ icon: 'github', link: 'https://github.com/Wanxp/obsidian-douban' }, { icon: 'github', link: 'https://github.com/Wanxp/obsidian-douban' },
// { icon: 'blog', link: 'https://github.com/Wanxp/obsidian-douban' } // { icon: 'blog', link: 'https://github.com/Wanxp/obsidian-douban' }
{ ],
icon: { lastUpdated: {
png: '/img/wanxp-obsidian-douban-logo.png', text: '最后更新于',
}, formatOptions: {
link: 'https://wxp.hk' dateStyle: 'full',
timeStyle: 'medium'
}
} }
]
} }
}) })