Update website description to be more bloggy
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
export const SITE_TITLE = "Cassidy Williams";
|
export const SITE_TITLE = "Cassidy's blog";
|
||||||
export const SITE_DESCRIPTION =
|
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!";
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ const tags = getTags(posts);
|
|||||||
<html lang="en-us">
|
<html lang="en-us">
|
||||||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||||
<body>
|
<body>
|
||||||
<Header title={SITE_TITLE} />
|
<Header title={"Cassidy Williams"} />
|
||||||
<main>
|
<main>
|
||||||
<About />
|
<About />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user