pengzhanbo ca21d1b8cb
feat: add support optional icon for file-tree and code-tabs (#216)
* feat(theme)!: migrate `plugin-markdown-hint`

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak

* fix(theme): improve `home-blog` styles in mobile, close #210

* chore: tweak

* chore: tweak

* chore: tweak

* feat: add support optional icon for `file-tree` and `code-tabs`

* chore: tweak

* chore: tweak

* chore: tweak

* chore: tweak
2024-09-26 00:14:06 +08:00

48 lines
896 B
TypeScript

import { defineNoteConfig } from 'vuepress-theme-plume'
export const themeConfig = defineNoteConfig({
dir: 'theme/config',
link: '/config/',
sidebar: [
{
text: '配置',
collapsed: false,
items: [
'配置说明',
'多语言配置',
'主题配置',
'导航栏配置',
'notes配置',
'侧边栏配置',
],
},
{
text: 'frontmatter',
prefix: 'frontmatter',
collapsed: false,
items: [
'basic',
'home',
'post',
'friend',
],
},
{
text: '内置插件',
prefix: 'plugins',
collapsed: false,
items: [
'',
'代码高亮',
'搜索',
'阅读统计',
'markdown增强',
'markdownPower',
'markdownImage',
'markdownMath',
'水印',
],
},
],
})