@@ -2,14 +2,12 @@ import { join } from 'path'
22import { defineConfig } from 'vitepress'
33import tailwindcss from '@tailwindcss/vite'
44import Components from 'unplugin-vue-components/vite'
5-
6- // import markmapPreprocess from './plugins/markmap'
75import markmapPlugin from '@vitepress-plugin/markmap'
86
97// https://vitepress.dev/reference/site-config
108export default defineConfig ( {
119 title : ' ' ,
12- description : `Paddy' 技术博客 学习随笔 户外分享` ,
10+ description : `Paddy' 技术博客 学习随笔 户外分享 开源贡献 ` ,
1311 titleTemplate : ':title - Paddy' ,
1412 ignoreDeadLinks : true ,
1513 head : [ [ 'link' , { rel : 'icon' , href : '/favicon.ico' } ] ] ,
@@ -23,6 +21,10 @@ export default defineConfig({
2321 { text : '前端专题' , link : '/blog/front/index' } ,
2422 { text : 'Git' , link : '/blog/git/git基本使用' } ,
2523 ] } ,
24+ { text : '开源贡献' , items : [
25+ { text : 'Chrome插件通信模型' , link : 'https://www.npmjs.com/package/crx-message' } ,
26+ { text : 'vitepress脑图插件' , link : 'https://paddywang.github.io/vitepress-plugin/markmap/' } ,
27+ ] } ,
2628 { text : '终身成长' , items : [
2729 { text : '人生伴侣' , link : '/learning/mate/人生伴侣' } ,
2830 ] } ,
@@ -128,7 +130,7 @@ export default defineConfig({
128130 ] ,
129131
130132 footer : {
131- message : '打怪升级 ' ,
133+ message : '终身成长 ' ,
132134 copyright : 'Copyright © 2025 PaddyWang'
133135 } ,
134136 docFooter : {
0 commit comments