From aa80078bd4e8acecf58c7aa3bb87568db2b3b3bc Mon Sep 17 00:00:00 2001 From: Wcowin <1135801806@qq.com> Date: Sun, 5 May 2024 11:02:15 +0800 Subject: [PATCH] update --- .cache/plugin/git-committers/page-authors.json | 2 +- docs/blog/Mkdocs/mkdocs1.md | 3 ++- TECH.md => 快速开始.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) rename TECH.md => 快速开始.md (99%) diff --git a/.cache/plugin/git-committers/page-authors.json b/.cache/plugin/git-committers/page-authors.json index f488aa6..dac0f0b 100644 --- a/.cache/plugin/git-committers/page-authors.json +++ b/.cache/plugin/git-committers/page-authors.json @@ -1 +1 @@ -{"cache_date": "2024-04-26", "page_authors": {}} \ No newline at end of file +{"cache_date": "2024-05-05", "page_authors": {}} \ No newline at end of file diff --git a/docs/blog/Mkdocs/mkdocs1.md b/docs/blog/Mkdocs/mkdocs1.md index 80fa17e..d752170 100644 --- a/docs/blog/Mkdocs/mkdocs1.md +++ b/docs/blog/Mkdocs/mkdocs1.md @@ -43,8 +43,9 @@ MkDocs on GitHub Pages in a step-by-step guide. ![img](https://s1.imagehub.cc/images/2024/02/02/6483c0b9ee144e0c1e035dccf3339991.png) -打开Wcowin.github.io目录进入终端运行: +打开Wcowin.github.io目录进入终端依次运行: ``` +pip install mkdocs-material mkdocs new mkdocs-site ``` 出现下图的几个文件 diff --git a/TECH.md b/快速开始.md similarity index 99% rename from TECH.md rename to 快速开始.md index d11ec36..ee0078f 100644 --- a/TECH.md +++ b/快速开始.md @@ -36,6 +36,7 @@ tags: 打开Wcowin.github.io目录进入终端运行: ``` +pip install mkdocs-material mkdocs new mkdocs-site ``` 出现下图的几个文件