项目:日志页面
This commit is contained in:
parent
e0ce996132
commit
4ab754bb52
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
slug: /
|
|
||||||
sidebar_position: 1
|
|
||||||
---
|
|
||||||
|
|
||||||
# Home
|
|
||||||
|
|
||||||
我要成为一名艺术家,奥里给! 🎆🎇🎆✨
|
|
||||||
|
|
@ -179,9 +179,9 @@ const config = {
|
|||||||
[
|
[
|
||||||
"@docusaurus/plugin-content-docs",
|
"@docusaurus/plugin-content-docs",
|
||||||
{
|
{
|
||||||
id: "art",
|
id: "journal",
|
||||||
path: "art",
|
path: "journal",
|
||||||
routeBasePath: "art",
|
routeBasePath: "journal",
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
|
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
|
||||||
showLastUpdateAuthor: true,
|
showLastUpdateAuthor: true,
|
||||||
@ -281,7 +281,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
{ to: "/work", label: "👨💻 职业", position: "right" },
|
{ to: "/work", label: "👨💻 职业", position: "right" },
|
||||||
{ to: "/life", label: "🚴🏻♀️ 生活", position: "right" },
|
{ to: "/life", label: "🚴🏻♀️ 生活", position: "right" },
|
||||||
{ to: "/art", label: "👨🎨 艺术", position: "right" },
|
{ to: "/journal", label: "📽️ 日志", position: "right" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
algolia: {
|
algolia: {
|
||||||
|
9
journal/home.md
Normal file
9
journal/home.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
slug: /
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# Home
|
||||||
|
|
||||||
|
记录日志
|
||||||
|
|
Loading…
Reference in New Issue
Block a user