From b3eabbd98f40d609f3f8584ce6e77f46cfc67ba3 Mon Sep 17 00:00:00 2001 From: dangrubbb Date: Sun, 31 May 2026 09:01:51 -0400 Subject: [PATCH] checkpoint: blog rethemed to crush (teal logo, white bg, teal accents) --- src/pages/blog/index.astro | 134 +++++++++++++++++++++++++++---------- 1 file changed, 98 insertions(+), 36 deletions(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index d69a684..22f3fee 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -1,15 +1,19 @@ --- -import Base from '../../layouts/Base.astro'; -import GlitchBard from '../../components/GlitchBard.astro'; +import CrushBase from '../../layouts/CrushBase.astro'; import posts from '../../data/posts.json'; --- - +
- - -

dangrubb.net/blog

- +
+ +

+ dangrubb.net/blog +

+ +
{posts.map(post => ( @@ -25,66 +29,111 @@ import posts from '../../data/posts.json'; ))}
+ +
- +