From 681cd8c1cc2904c562f9a58db3cbb657d58fb552 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 May 2023 03:53:24 -0400 Subject: feat: rewrite with astro --- src/pages/blog/index.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pages/blog/index.astro (limited to 'src/pages/blog/index.astro') diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro new file mode 100644 index 0000000..939c470 --- /dev/null +++ b/src/pages/blog/index.astro @@ -0,0 +1,10 @@ +--- +import Page from "@layouts/Page.astro"; +import PostList from "@components/PostList.astro"; +const title = "getchoo's blog"; +const description = "getchoo's blogposts"; +--- + + + + -- cgit v1.2.3