Skip to content

Commit 24069a9

Browse files
committed
增加开源贡献
1 parent 45e7b42 commit 24069a9

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.vitepress/config.mts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ import { join } from 'path'
22
import { defineConfig } from 'vitepress'
33
import tailwindcss from '@tailwindcss/vite'
44
import Components from 'unplugin-vue-components/vite'
5-
6-
// import markmapPreprocess from './plugins/markmap'
75
import markmapPlugin from '@vitepress-plugin/markmap'
86

97
// https://vitepress.dev/reference/site-config
108
export 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: {

index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ layout: home
44
title: 首页
55

66
hero:
7-
name: Paddy'知识库
8-
# text: Paddy的技术博客、终身成长、户外分享
9-
tagline: 技术博客、终身成长、户外分享
7+
name: 座右铭
8+
text: <div class="text-[42px]">把每一件小事做的更精彩</div>
9+
tagline: 学习笔记、生活所思、工作总结、日常感悟
1010
image: /code.png
1111
# actions:
1212
# - theme: brand
@@ -18,7 +18,9 @@ hero:
1818

1919
features:
2020
- title: 技术博客
21-
details: 开始并成长于前端,但不局限于前端 <br> 可以是 Git ,可以是 AI 、还可以是硬件、物联网、智能家居
21+
details: 始于并成长于前端,但不局限于前端 <br> 可以是 Git ,可以是 AI 、还可以是硬件、物联网、智能家居
22+
- title: 开源贡献
23+
details: 技术的进步得益于开源,工作效率的提升很多也来源于开源 <br> 为开源贡献一份微薄的力量
2224
- title: 终身成长
2325
details: 活到老学到老 <br> 用于记录读书笔记、学习心得、生活随笔等 <br> 目前在学习吉他中
2426
- title: 户外分享

0 commit comments

Comments
 (0)