From 741252568e3b0e309a36a181bb5eaf6f1f8e6f5b Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Fri, 29 Mar 2024 14:40:36 +0100 Subject: [PATCH 1/2] add Bahann blog --- .vitepress/sidebars/sidebarBlog.ts | 5 +++++ blog/bahann/new_world.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 blog/bahann/new_world.md diff --git a/.vitepress/sidebars/sidebarBlog.ts b/.vitepress/sidebars/sidebarBlog.ts index 4f80bdd..2b44654 100644 --- a/.vitepress/sidebars/sidebarBlog.ts +++ b/.vitepress/sidebars/sidebarBlog.ts @@ -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' }], + }, ], }, ]; diff --git a/blog/bahann/new_world.md b/blog/bahann/new_world.md new file mode 100644 index 0000000..258a733 --- /dev/null +++ b/blog/bahann/new_world.md @@ -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... \ No newline at end of file From d53a8320fd43832d3a36594e3c7204197163a610 Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Fri, 29 Mar 2024 14:42:48 +0100 Subject: [PATCH 2/2] remove edit timestamp --- .vitepress/theme/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/theme/custom.scss b/.vitepress/theme/custom.scss index f38d044..c9b12e5 100644 --- a/.vitepress/theme/custom.scss +++ b/.vitepress/theme/custom.scss @@ -41,6 +41,7 @@ html { aspect-ratio: 16 / 9; } +.edit-info .last-updated, .edit-info:not(:has(a)) { display: none !important; }