From 96e7d906b3b9e94990afa1f4543bb250f73bb43a Mon Sep 17 00:00:00 2001 From: Ruidy Date: Tue, 31 Dec 2024 00:46:13 +0100 Subject: [PATCH] feat: add blog page --- src/pages/about.astro | 1 + src/pages/blog.astro | 23 +++++++++++++++++++++++ src/pages/index.astro | 1 + 3 files changed, 25 insertions(+) create mode 100644 src/pages/blog.astro diff --git a/src/pages/about.astro b/src/pages/about.astro index 74f268f..18fc2c0 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -13,6 +13,7 @@ Home About + Blog

About me

... and my new website!

diff --git a/src/pages/blog.astro b/src/pages/blog.astro new file mode 100644 index 0000000..a4ec85f --- /dev/null +++ b/src/pages/blog.astro @@ -0,0 +1,23 @@ +--- + +--- + + + + + + + + Astro + + + Home + About + Blog + + + +

Blog posts

+

This is a list of my blog posts.

+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index a1c2eff..161db13 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,6 +13,7 @@ Home About + Blog

Orbital Orbit