From 3240355d1606704a1f1b2f69f56b5923741692dc Mon Sep 17 00:00:00 2001 From: beiklive <1376896787@qq.com> Date: Thu, 16 May 2024 10:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A8=E4=BF=AE=E6=94=B9README=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/workspace.json | 10 +++++----- README.MD | 29 ++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 6acf7fcf..7a75e625 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "beiklive/02.记录/01.工具使用/01.Git.md", + "file": "README.MD", "mode": "source", "source": false } @@ -71,7 +71,7 @@ "state": { "type": "outline", "state": { - "file": "beiklive/02.记录/01.工具使用/01.Git.md" + "file": "README.MD" } } } @@ -95,7 +95,7 @@ "state": { "type": "backlink", "state": { - "file": "beiklive/02.记录/01.工具使用/01.Git.md", + "file": "README.MD", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -112,7 +112,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "beiklive/02.记录/01.工具使用/01.Git.md", + "file": "README.MD", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -158,6 +158,7 @@ }, "active": "b17e861e7080aef8", "lastOpenFiles": [ + "beiklive/02.记录/01.工具使用/01.Git.md", "beiklive/Note_Qt/04.问题记录 QT 开机自启动读取文件失败.md", "beiklive/Note_Godot/01.gdscript - 常用代码片段.md", "tools/新文章生成器/build/main/EXE-00.toc", @@ -192,7 +193,6 @@ "beiklive/02.记录/02.折腾记录/00.obsidian.md", "beiklive/02.记录/01.工具使用/03.xmake.md", "beiklive/02.记录/01.工具使用/02.vscode.md", - "beiklive/02.记录/01.工具使用/01.Git.md", "beiklive/01.学习/03.夏姬八学/01.other.md", "node_modules/npm/node_modules/promise-retry/node_modules/retry/equation.gif", "node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine_favicon.png", diff --git a/README.MD b/README.MD index 4a887dd7..e1170c1b 100644 --- a/README.MD +++ b/README.MD @@ -1 +1,28 @@ -# vuepresswiki \ No newline at end of file +# vuepresswiki + +## 前言 + +本文档由 vuepress 驱动, 使用的是 [voding](https://github.com/xugaoyi/vuepress-theme-vdoing) 主题 + +![Alt](https://repobeats.axiom.co/api/embed/95a0ec6ad74ae0162c0ab6081762f0e5047ecea4.svg "Repobeats analytics image") + +## 博客地址 +国内: +http://doc.beiklive.top +http://beiklive.top/vuepresswiki/ + +GitPage: +https://github.com/beiklive/vuepresswiki + + +## 主要目录结构 + +`beiklive` : 存放博客内容以及vdoing主题的配置 + `beiklive/.vuepress`: vdoing 的配置都在里面 + `beiklive/_posts/随笔`: 随笔内容,不用加序号,属于博客类型,不用添加索引,只能在最近更新和归档里看到。 + `0x.目录`:序号目录,影响生成页面的导航栏的内容 + `Note_XXX`: Note目录, 存放系列文章 +`ob` : 存放与 博客内容无关的 obsidian 笔记,如流程图、模板等 + +`tools`: 存放自制的一些工具,辅助文章编写 + `tools/新文章生成器`:辅助程序,在命令行中选择路径后会按照 vdoing 规定的格式生成文件 \ No newline at end of file