chore: add repo link in homepage

This commit is contained in:
enscribe 2024-09-13 18:31:31 -07:00
parent c2fa587935
commit b629642e99
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322

View file

@ -32,12 +32,40 @@ const blog = (await getCollection('blog'))
>
</CardHeader>
<CardContent>
<p class="text-sm">
<p class="mb-2 text-sm text-muted-foreground">
astro-erudite is an opinionated, no-frills static blogging template
built with <Link href="https://astro.build" external underline
>Astro</Link
>. To learn more about why this template exists, read <Link
built with <Link
href="https://astro.build"
class="text-foreground"
external
underline>Astro</Link
>, <Link
href="https://tailwindcss.com"
class="text-foreground"
external
underline>Tailwind</Link
>, and <Link
href="https://ui.shadcn.com"
class="text-foreground"
external
underline>shadcn/ui</Link
>. Extraordinarily loosely based on the <Link
href="https://astro-micro.vercel.app/"
class="text-foreground"
external
underline>Astro Micro</Link
> theme.
</p>
<p class="text-sm text-muted-foreground">
To use this template, check out the <Link
href="https://github.com/jktrn/astro-erudite"
class="text-foreground"
underline
external>GitHub</Link
> repository. To learn more about why this template exists, read this
blog post: <Link
href="/blog/the-state-of-static-blogs"
class="text-foreground"
underline>The State of Static Blogs in 2024</Link
>.
</p>