Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
1.修改README;
2.修改主页介绍。
  • Loading branch information
01Petard committed Nov 4, 2024
1 parent 11ee387 commit 6c404d8
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 11 deletions.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
# blog-demo 使用vitepress搭建个人博客
# 我的个人博客

欢迎来到我的个人博客!这个博客是基于 **VitePress** 框架构建的,旨在分享我的学习笔记、编程经验以及个人见解。无论你是程序员、学生还是对技术感兴趣的读者,我希望这里的内容能为你提供启发和帮助。

## 项目介绍

我的个人博客是一个轻量级的静态网站,使用 VitePress 构建。VitePress 是一个以 Vue 3 为基础的现代静态网站生成器,旨在快速构建文档和博客。凭借其简单易用的配置和快速的构建速度,我能够专注于内容创作,而不必担心繁琐的开发过程。

### 主要特点

- **快速构建**:VitePress 使用 Vite 构建工具,提供超快的开发体验和构建速度。
- **Markdown 支持**:支持使用 Markdown 编写内容,简洁高效。
- **主题定制**:支持自定义主题,提升博客的视觉吸引力。
- **响应式设计**:适配各种设备,确保用户在手机、平板和桌面上的良好体验。

## 构建初衷与意义

我创建这个博客的初衷是希望能够记录自己的学习历程和技术积累。在不断学习和探索的过程中,许多重要的知识和经验往往会随着时间的推移而被遗忘。通过将这些内容整理并分享出来,我不仅能巩固自己的理解,也希望能帮助更多有相似需求的人。

这个博客不仅是我的个人知识库,也是一个交流的平台。我鼓励大家在博客上留下评论和反馈,让我们共同学习和成长。

## 未来展望

在未来,我希望能持续更新博客内容,涵盖更多的技术主题,包括但不限于:

- 开发:着重记录了我在软开领域的学习历程,以及我的知识总结。
- 软件:记录了我对各平台上重要软件工具的使用经验。
- 硬件:探索了硬件领域,丰富了我对硬件的了解,记录了我的硬件使用心得。
- 杂谈:分享了我的生活、趣事和想法,有生活的辛酸、也有人生的喜悦。

我计划与读者分享更多实用的编程技巧、项目经验和技术分享。同时,我也希望能与其他博主和技术爱好者建立联系,分享彼此的见解和经验。

## 访问我的博客

欢迎访问我的博客:[新的VitePress博客](https://01petard.github.io/blog-vue-vitepress/) | [老的Hexo博客](https://01petard.github.io/) | [国内的Hexo镜像博客](http://www.huangzexiao.top/)

## 贡献

欢迎任何形式的贡献!如果你发现了问题,或者有改进建议,请随时通过 [[email protected]]() 与我联系。

感谢你的访问,希望你能在我的博客中找到对你有帮助的内容!
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
base,
// 站点级选项
title: "代码港湾",
description: "个人后端知识体系地图",
description: "个人技术知识体系矩阵",
head: [
// 配置网站的图标(显示在浏览器的 tab 上)
["link", {rel: "icon", href: `${base}favicon.png`}],
Expand Down
18 changes: 9 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ layout: home

hero:
name: "代码港湾"
text: awesome-front-end-world.
tagline: 个人后端知识体系地图
text: awesome-tech-world.
tagline: 个人技术知识体系矩阵
image:
src: /01petard.jpg
alt: 01petard
actions:
- theme: brand
text: 开发
text: 个人知识图谱
link: /开发/index
- theme: brand
text: 前端
link: /前端/index
- theme: brand
text: 软件
text: 软件使用心得
link: /软件/index
- theme: brand
text: 硬件
text: 硬件领域探索
link: /硬件/index
- theme: brand
text: 终焉之后日谈
link: /杂谈/index
- theme: alt
text: 关于我
link: /about
- theme: alt
text: View on GitHub
text: 我的GitHub
link: https://github.com/01Petard
---

Expand Down
2 changes: 2 additions & 0 deletions docs/杂谈/项目master心得体会.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ cover: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR9lPZ-n2E0T41tD3W9s
top_img: https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/30818e4a6953433ca27a6d55f1c70eaf~tplv-k3u1fbpfcp-zoom-in-crop-mark:1512:0:0:0.awebp
---

> 实习项目的组长所感。
一、项目流程及注意事项
①.需求
1、该阶段scrum master提前跟产品对接需求(1.提前了解内容,提供建议和帮助2.了解人员分配情况),如需人员调配,及时跟项目经理沟通,在需求评审前确认好团队成员(至少一天,团队成员提前需要了解需求)详情可参照https://confluence.leke.cn/pages/viewpage.action?pageId=92237327
Expand Down

0 comments on commit 6c404d8

Please sign in to comment.