新增:《关于笔者》

This commit is contained in:
2022-07-21 18:01:20 +08:00
parent ca9169fddf
commit a87b93dc0e
9 changed files with 75 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
import type { DefaultTheme } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
export const nav: DefaultTheme.Config['nav'] = [
{
@@ -12,8 +12,11 @@ export const nav: DefaultTheme.Config['nav'] = [
activeMatch: '/fragments/'
},
{
text: '关于知识库',
link: '/about/index',
activeMatch: '/about/',
text: '关于',
items: [
{ text: '关于知识库', link: '/about/index' },
{ text: '关于笔者', link: '/about/me' }
],
activeMatch: '/about/'
}
]