diff --git a/.vuepress/config/index.ts b/.vuepress/config/index.ts index 212e8946..35ebde82 100644 --- a/.vuepress/config/index.ts +++ b/.vuepress/config/index.ts @@ -36,11 +36,11 @@ export const themeConfig = { // 根据blog文件中md的categories自动生成分类和标签 autoSetBlogCategories: true, - autoAddCategoryToNavbar: { - location: 5, // 默认 0 - categoryText: '务虚笔记', // 默认 categories - tagText: '标签' // 默认 tags - }, + // autoAddCategoryToNavbar: { + // location: 5, // 默认 0 + // categoryText: '务虚笔记', // 默认 categories + // tagText: '标签' // 默认 tags + // }, base: "/TIC/", } diff --git a/blogs/backEnd/java.md b/blogs/backEnd/java.md deleted file mode 100644 index 16714788..00000000 --- a/blogs/backEnd/java.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: 后端 -date: 2024/7/21 -categories: - - backEnd -author: lyy2 -tags: - - 手写 - - java ---- - -java是一门优先的语言 \ No newline at end of file diff --git a/blogs/frontEnd/js.md b/blogs/frontEnd/js.md deleted file mode 100644 index d485f4d0..00000000 --- a/blogs/frontEnd/js.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: 前端 -date: 2024/7/21 -categories: - - fe -author: lyy1 -tags: - - 手写 - - javascript ---- - -js是一门弱类型语言 \ No newline at end of file diff --git a/blogs/other/guide.md b/blogs/other/guide.md index 42064087..abc2e73e 100644 --- a/blogs/other/guide.md +++ b/blogs/other/guide.md @@ -2,6 +2,8 @@ title: 网站编辑方法 date: 2024/8/2 author: lyydsheep +categories: +- 网站配置 tags: - 使用方法 password: 0dd093641855dfab83795bfba3f3f84e diff --git "a/blogs/\350\265\204\346\272\220/clickme.md" "b/blogs/\350\265\204\346\272\220/clickme.md" deleted file mode 100644 index e94b17b3..00000000 --- "a/blogs/\350\265\204\346\272\220/clickme.md" +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: 资源 -date: 2024/7/21 -categories: - - resource -author: lyy3 -tags: - - 抄的 - - 好东西就对了 ---- - -优质资源:www.baidu.com \ No newline at end of file diff --git "a/blogs/\351\200\232\350\257\206\350\257\276/general.md" "b/blogs/\351\200\232\350\257\206\350\257\276/general.md" index 315b1745..3c1529de 100644 --- "a/blogs/\351\200\232\350\257\206\350\257\276/general.md" +++ "b/blogs/\351\200\232\350\257\206\350\257\276/general.md" @@ -1,9 +1,11 @@ ---- -title: "通识课" ---- - -# 大概内容 - -- 计算机基础知识 -- markdown +--- +title: "通识课" +categories: + - 通识课 +--- + +# 大概内容 + +- 计算机基础知识 +- markdown - 项目介绍 \ No newline at end of file