From 39c81c2609c34db4489f6f52a96d61366e131093 Mon Sep 17 00:00:00 2001
From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com>
Date: Fri, 22 Dec 2023 11:51:35 -0800
Subject: [PATCH] Update website description to be more bloggy
---
src/config.js | 4 ++--
src/pages/index.astro | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/config.js b/src/config.js
index 6e39f12..721eb63 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,3 +1,3 @@
-export const SITE_TITLE = "Cassidy Williams";
+export const SITE_TITLE = "Cassidy's blog";
export const SITE_DESCRIPTION =
- "Cassidy Williams, Software Engineer and Developer Advocate in Chicago.";
+ "I'm Cassidy Williams, a software engineer, mom, and overall nerd in Chicago. I write about tech, projects, and whatever else I'm thinking about!";
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c88b983..c2fdf15 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -18,7 +18,7 @@ const tags = getTags(posts);