diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3effffd..482d385 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Staging +name: staging on: push: diff --git a/.vitepress/config.theme.ts b/.vitepress/config.theme.ts index 6b517cf..3d542e1 100644 --- a/.vitepress/config.theme.ts +++ b/.vitepress/config.theme.ts @@ -23,10 +23,10 @@ export default { }, }, nav: [ - // { - // text: "POSTS", - // link: "/pages/posts", - // }, + { + text: "POSTS", + link: "/posts", + }, // { // text: "VISIONS", // link: "/pages/visions", diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 996214c..d9b1151 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -30,6 +30,7 @@ export default defineConfigWithTheme({ ], rewrites: { ":postsdir/:title/README.md": ":postsdir/:title.md", + ":pagesdir/:title.md": ":title.md", }, srcExclude: [ "./.github/", diff --git a/pages/posts.md b/pages/posts.md index a775a82..1ea9c43 100644 --- a/pages/posts.md +++ b/pages/posts.md @@ -1,10 +1,7 @@ --- -aside: false -description: All Posts -page: true title: Posts +description: All Posts +layout: page --- 👷 🚧 - -