diff --git a/.gitignore b/.gitignore index a3f71e4..5001a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ docs/.vuepress/.cache docs/.vuepress/.temp docs/.vuepress/dist +.trae/ .DS_Store *.log diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index 340c2f4..426acc9 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -26,6 +26,10 @@ export default defineNavbarConfig([ text: '工具', link: '/tools/', }, + { + text: '关于', + link: '/about/', + }, { text: '友情链接', link: '/friends/', diff --git a/docs/blog/other/first_commit.md b/docs/about.md similarity index 88% rename from docs/blog/other/first_commit.md rename to docs/about.md index cecba60..1eda444 100644 --- a/docs/blog/other/first_commit.md +++ b/docs/about.md @@ -1,11 +1,10 @@ --- -title: 👋 这里是祀梦的小窝! -createTime: 2025/09/21 06:47:21 -tags: - - 博客 -categories: - - 个人日志 -permalink: /article/e7hk91qs/ +title: 关于祀梦的花园 +description: 这里是爱与回忆的小世界~ +hideInBlogList: true +article: false +createTime: 2024/10/29 12:30:00 +permalink: /about/ --- # 👋 这里是祀梦的小窝! @@ -36,7 +35,7 @@ permalink: /article/e7hk91qs/ ## 网站的成长记录~ 📝 -- 2025年9月21日:发布了第一篇博客文章 +- 2025年9月21日:部署完网站 ## 写在最后~ 💌 diff --git a/docs/notes/programming/c++/basis.md b/docs/notes/programming/c++/basis.md index 3be10a7..8532198 100644 --- a/docs/notes/programming/c++/basis.md +++ b/docs/notes/programming/c++/basis.md @@ -1,5 +1,10 @@ --- -title: basis +title: C++ 简介与环境配置 createTime: 2025/09/22 09:06:00 permalink: /programming/cplusplus/basis/ --- + +## C++的简介 +欢迎来到C++的奇妙世界~(๑>◡<๑) 如果你之前接触过C语言的话,那真是太棒啦!C++就像是C语言穿上了漂亮的新衣裳,不仅保留了原来的优点,还添加了面向对象和泛型编程的魔法哦~不过呢,可能需要稍微调整一下之前的编程习惯呢。就算你是第一次接触C++也完全不用担心,我会用最简单可爱的方式,带着你一步一步探索这个神奇的编程世界哒! + +## 环境配置