From b629642e9958600ab13d36cc333798ee75d3f215 Mon Sep 17 00:00:00 2001 From: enscribe Date: Fri, 13 Sep 2024 18:31:31 -0700 Subject: [PATCH] chore: add repo link in homepage --- src/pages/index.astro | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 3e60175..0951c0c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -32,12 +32,40 @@ const blog = (await getCollection('blog')) > -

+

astro-erudite is an opinionated, no-frills static blogging template - built with Astro. To learn more about why this template exists, read Astro, Tailwind, and shadcn/ui. Extraordinarily loosely based on the Astro Micro theme. +

+

+ To use this template, check out the GitHub repository. To learn more about why this template exists, read this + blog post: The State of Static Blogs in 2024.