From 2e0c2f3de505837db7a8a210c7cb3ee46f4996c5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 24 Jul 2025 20:51:01 -0500 Subject: [PATCH] rewrite a few sections --- src/pages/about.astro | 2 +- src/pages/blog/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index 77cbeac..e6791e1 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -177,7 +177,7 @@ const skills = await directus.request( > - Say Hello + Send Email diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 10102a4..e3d8f90 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -37,7 +37,7 @@ const years = Object.keys(postsByYear).sort((a, b) => b - a);

- Thoughts, ideas, and explorations on technology and selfhosting. + A couple thoughts, a few ideas, and some guides on technology, development, and selfhosting.