From ccbe06e81fc703123221427a295478d5f631c64f Mon Sep 17 00:00:00 2001 From: 7Wate Date: Fri, 6 May 2022 09:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=AB=99=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/home.md | 6 +----- docusaurus.config.js | 11 ++++------- life/{ => 食谱}/凉菜/万能凉拌料.md | 0 life/{ => 食谱}/凉菜/凉菜食材处理.md | 0 src/pages/{index.js => back_index.js} | 0 src/pages/index.md | 11 +++++++++++ src/pages/markdown-page.md | 7 ------- 7 files changed, 16 insertions(+), 19 deletions(-) rename life/{ => 食谱}/凉菜/万能凉拌料.md (100%) rename life/{ => 食谱}/凉菜/凉菜食材处理.md (100%) rename src/pages/{index.js => back_index.js} (100%) create mode 100644 src/pages/index.md delete mode 100644 src/pages/markdown-page.md diff --git a/docs/home.md b/docs/home.md index 939f7ea6..52df7e58 100644 --- a/docs/home.md +++ b/docs/home.md @@ -6,8 +6,4 @@ sidebar_position: 1 # Home -欢迎访问 7wate 维基知识库 ~ - -笔记存在时效性,发现错误请邮箱联系 ~ - -![Alt](https://repobeats.axiom.co/api/embed/b6e6a199e422ce596ea7423372746b6debadaa7d.svg "Repobeats analytics image") \ No newline at end of file +记录整理归纳平时学习笔记 \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 728b8643..54b50902 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -50,6 +50,10 @@ const config = { theme: { customCss: require.resolve("./src/css/custom.css"), }, + sitemap: { + changefreq: 'weekly', + priority: 0.5, + }, }), ], ], @@ -80,13 +84,6 @@ const config = { breadcrumbs:false, }, ], - [ - "@docusaurus/plugin-sitemap", - { - changefreq: "weekly", - priority: 0.5, - }, - ], [ "@docusaurus/plugin-google-analytics", { diff --git a/life/凉菜/万能凉拌料.md b/life/食谱/凉菜/万能凉拌料.md similarity index 100% rename from life/凉菜/万能凉拌料.md rename to life/食谱/凉菜/万能凉拌料.md diff --git a/life/凉菜/凉菜食材处理.md b/life/食谱/凉菜/凉菜食材处理.md similarity index 100% rename from life/凉菜/凉菜食材处理.md rename to life/食谱/凉菜/凉菜食材处理.md diff --git a/src/pages/index.js b/src/pages/back_index.js similarity index 100% rename from src/pages/index.js rename to src/pages/back_index.js diff --git a/src/pages/index.md b/src/pages/index.md new file mode 100644 index 00000000..7861ed70 --- /dev/null +++ b/src/pages/index.md @@ -0,0 +1,11 @@ +--- +title: Markdown page example +--- + +# Home + +欢迎访问 7wate 维基知识库 ~ + +笔记存在时效性,发现错误请邮箱联系 ~ + +![Alt](https://repobeats.axiom.co/api/embed/b6e6a199e422ce596ea7423372746b6debadaa7d.svg "Repobeats analytics image") diff --git a/src/pages/markdown-page.md b/src/pages/markdown-page.md deleted file mode 100644 index 9756c5b6..00000000 --- a/src/pages/markdown-page.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Markdown page example ---- - -# Markdown page example - -You don't need React to write simple standalone pages.