Skip to content

Commit

Permalink
Merge pull request #30 from Eisvana/dev
Browse files Browse the repository at this point in the history
Add Bahann's blog
  • Loading branch information
Lenni009 authored Mar 29, 2024
2 parents d53b632 + 1e489fc commit 0161a9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vitepress/sidebars/sidebarBlog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ export function sidebarBlog(route: string): DefaultTheme.SidebarItem[] {
collapsed: true,
items: [{ text: 'Greetings Eisvana!', link: '/yucafrita/greetings' }],
},
{
text: 'Agent Bahann',
collapsed: true,
items: [{ text: 'A New World?', link: '/bahann/new_world' }],
},
],
},
];
Expand Down
1 change: 1 addition & 0 deletions .vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ html {
aspect-ratio: 16 / 9;
}

.edit-info .last-updated,
.edit-info:not(:has(a)) {
display: none !important;
}
3 changes: 3 additions & 0 deletions blog/bahann/new_world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# A New World?

I find myself dreaming of a new space... I am in a new space... What is this realm materializing in front of my eyes? It feels familiar. A ship? I need to find a ship and fix it? What did I get myself into...

0 comments on commit 0161a9c

Please sign in to comment.