From 3b656496e97e57fa372d767895fa4077c9a0c836 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 12 May 2026 18:48:46 -0500 Subject: [PATCH] feat: refresh index page --- astro.config.mjs | 2 +- src/assets/documentation.svg | 2 ++ src/content/docs/index.mdx | 13 +++++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 src/assets/documentation.svg diff --git a/astro.config.mjs b/astro.config.mjs index d8f6117..0a80a8c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -25,7 +25,7 @@ export default defineConfig({ integrations: [ sitemap(), starlight({ - title: "Alex Lebens Docs", + title: "Documentation", head: [ { tag: 'script', diff --git a/src/assets/documentation.svg b/src/assets/documentation.svg new file mode 100644 index 0000000..b42e536 --- /dev/null +++ b/src/assets/documentation.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 9670c24..33d629f 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -1,10 +1,10 @@ --- -title: Documentation for my Homelab -description: Guides and reference for my homelab infrastructure. +title: Documentation +description: Guides and reference hero: - tagline: Guides and reference for my homelab infrastructure. + tagline: Guides and reference image: - file: ../../assets/autumn_mountain.png + file: ../../assets/documentation.svg actions: - text: Introduction link: /reference/introduction/ @@ -26,4 +26,9 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'; description="This site is built with Starlight, the Astro documentation theme. Check out the docs to learn more." href="https://starlight.astro.build/" > +