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/pages/index.astro | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index ad15f25..9d04eae 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,17 +1,22 @@ --- import Layout from "@/layouts/main.astro" import { Button } from "@/components/ui/button" +import BlogPosts from "@/components/BlogPosts.astro" --- -
-
-
-

Project ready!

-

You may now add components and start building.

-

We've already added the button component for you.

- -
+
+ +
+

Iwan Ingman's Blog

+

+ This is my blog. +

-
+ + + + + + -- cgit