From 7b078880de577f350b4c65588d48637cd6d9cfad Mon Sep 17 00:00:00 2001 From: ed_it Date: Mon, 20 Apr 2026 04:17:21 +0000 Subject: [PATCH] design: warm red theme + lantern logo + serif headings + favicon --- public/favicon.svg | 21 +++ src/components/LanternLogo.astro | 24 +++ src/layouts/Layout.astro | 274 +++++++++++++++++++++++-------- 3 files changed, 248 insertions(+), 71 deletions(-) create mode 100644 public/favicon.svg create mode 100644 src/components/LanternLogo.astro diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..dea7358 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/LanternLogo.astro b/src/components/LanternLogo.astro new file mode 100644 index 0000000..f169918 --- /dev/null +++ b/src/components/LanternLogo.astro @@ -0,0 +1,24 @@ +--- +const { size = 44 } = Astro.props; +--- + + + + + + + + + + + + + + + + + + + + + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 448e501..27ddc7c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,6 @@ --- import { site } from '../lib/site.js'; +import LanternLogo from '../components/LanternLogo.astro'; const { title, @@ -23,6 +24,8 @@ const ads = site.ads; {canonical && } + + @@ -50,53 +53,149 @@ const ads = site.ads; )}
-

{site.name}

-

{site.description}

+ + + {site.name} + +

{site.description}