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);