Files
site-documentation/src/content/docs/index.mdx
Alex Lebens 3fecb72e89
All checks were successful
test-build / guarddog (push) Successful in 28s
test-build / build (push) Successful in 51s
renovate / renovate (push) Successful in 1m17s
feat: remove splash template
2026-03-22 16:40:03 -05:00

30 lines
842 B
Plaintext

---
title: Documentation for my Homelab
description: Guides and reference for my homelab infrastructure.
hero:
tagline: Guides and reference for my homelab infrastructure.
image:
file: ../../assets/autumn_mountain.png
actions:
- text: Introduction
link: /reference/introduction/
icon: right-arrow
---
import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
## Hightlights
<CardGrid stagger>
<LinkCard
title="Homepage"
description="Visit my homepage to see what I'm up to and learn more about me."
href="https://www.alexlebens.dev"
></LinkCard>
<LinkCard
title="Read the Starlight docs"
description="This site is built with Starlight, the Astro documentation theme. Check out the docs to learn more."
href="https://starlight.astro.build/"
></LinkCard>
</CardGrid>