From ce455b41a2a3d520a2f37c2d4c69bf6ab33a65f7 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Mar 2026 08:17:44 -0400 Subject: feature: add a light and dark theme --- src/layouts/BaseLayout.astro | 42 ++++++++++++++++++++++++++++++++++++++++++ src/layouts/PostLayout.astro | 4 +++- 2 files changed, 45 insertions(+), 1 deletion(-) (limited to 'src/layouts') diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 76dc4cc..57077ec 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -24,6 +24,17 @@ const { +
@@ -32,9 +43,40 @@ const {
  • 🏡 Home
  • 📘 CV
  • 📝 Posts
  • +
  • + +
  • + diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 31d0ac6..7b9d85c 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -14,5 +14,7 @@ const { title } = Astro.props;

    {title}

    RSS Feed - +
    + +
    -- cgit v1.2.1