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.