From c2ad94b04f290b5197a1cc80c98015be9e7b25da Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Sat, 21 Mar 2026 13:47:35 +0000 Subject: feat: add blog post listing and UI components for the blog --- src/content/blog/getting-started-astro.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/content/blog/getting-started-astro.md (limited to 'src/content/blog/getting-started-astro.md') diff --git a/src/content/blog/getting-started-astro.md b/src/content/blog/getting-started-astro.md new file mode 100644 index 0000000..fcddbcc --- /dev/null +++ b/src/content/blog/getting-started-astro.md @@ -0,0 +1,9 @@ +--- +title: "Getting Started with Astro" +description: "Basic Astro Blog Post" +publishDate: 2026-03-21 +author: "Iwan R. Ingman" +--- + +# Test Blog Post +This is a test Astro blog post. \ No newline at end of file -- cgit