Skip to content

Commit

Permalink
build(deploy): rename github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Nov 24, 2023
1 parent 28702ab commit 995078d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Staging
name: staging

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions .vitepress/config.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export default {
},
},
nav: [
// {
// text: "POSTS",
// link: "/pages/posts",
// },
{
text: "POSTS",
link: "/posts",
},
// {
// text: "VISIONS",
// link: "/pages/visions",
Expand Down
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default defineConfigWithTheme<ThemeConfig>({
],
rewrites: {
":postsdir/:title/README.md": ":postsdir/:title.md",
":pagesdir/:title.md": ":title.md",
},
srcExclude: [
"./.github/",
Expand Down
7 changes: 2 additions & 5 deletions pages/posts.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
aside: false
description: All Posts
page: true
title: Posts
description: All Posts
layout: page
---

👷 🚧

<!-- <PostList/> -->

0 comments on commit 995078d

Please sign in to comment.