feat: update styling

This commit is contained in:
2026-02-08 15:41:11 -06:00
parent 2c66f054ac
commit 337f94de8b
10 changed files with 50 additions and 19 deletions

View File

@@ -20,12 +20,15 @@ export default defineConfig({
integrations: [
tailwindcss(),
starlight({
title: "My Docs",
title: "Alex Lebens Docs",
customCss: [
'./src/styles/custom.css',
],
social: [
{
icon: "github",
label: "GitHub",
href: "https://github.com/withastro/starlight",
icon: "external",
label: "Homepage",
href: "https://www.alexlebens.dev",
},
],
plugins: [
@@ -34,10 +37,7 @@ export default defineConfig({
sidebar: [
{
label: "Guides",
items: [
// Each item here is one entry in the navigation menu.
{ label: "Example Guide", slug: "guides/example" },
],
autogenerate: { directory: "guides" },
},
{
label: "Reference",