From b744975abfcebba87c48c266abcebdeeb9337aa3 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Wed, 6 May 2026 20:13:35 -0700 Subject: Remove blog --- src/_layouts/base.njk | 1 - src/about.njk | 32 ++++++++++++-------------------- src/blog.njk | 19 ------------------- src/index.njk | 6 +++--- src/posts/TBD.md | 8 -------- 5 files changed, 15 insertions(+), 51 deletions(-) delete mode 100644 src/blog.njk delete mode 100644 src/posts/TBD.md (limited to 'src') diff --git a/src/_layouts/base.njk b/src/_layouts/base.njk index 34d7802..362ad01 100644 --- a/src/_layouts/base.njk +++ b/src/_layouts/base.njk @@ -69,7 +69,6 @@ diff --git a/src/about.njk b/src/about.njk index fe84682..bfe1d7f 100644 --- a/src/about.njk +++ b/src/about.njk @@ -7,37 +7,29 @@ title: About ## About Me -### Me -
- - + +

bellevue, washington across the water and a small critter.

-I'm a 22 year old programmer with a few years of industry experience under my belt, currently at AWS. I -graduated from Utah State University in 2023 at 20 with a degree in CS and a minor in math. I live in Seattle with my partners and my dog. +I'm a 22 year old programmer with a few years of industry experience under my belt. Currently at AWS. +I graduated from Utah State University in 2023 at 20 with a degree in CS and a minor in math. +I live in Seattle with my partners and my dog. -### What I Do
- - + + -

sourdough, and some lime scooters where they ought to be parked.

+

sourdough bread, and some lime scooters where they ought to be parked.

-Most of my day is spent designing, writing, and communicating about distributed software systems. A lot of it is plumbing (I'm not a huge fan of this part, but for some reason it's the part that pays a lot and "has visibility"). -But every once in a while I find diamonds in the rough, deep technical topics that require the application of real theory, which somehow seem to go undiscovered. - -Those are the problems I love. When I come across them, I work as hard as possible to uncover as much as possible. That often turns out to be a nothing-burger. -But sometimes, underneath that tracing lies a tremendous find that no one else would have caught. This part of my job is what I get an insane amount of -dopamine from. It's what I've loved about computers my whole life; finding needles in haystacks. +I love running. +I also love baking sourdough bread. +I obsess and read as much as I can about, objectively, the most fascinating creatures there are - penguins. -I also love baking sourdough bread. I love taking long uphill runs at the end of a day in the dark of night. I love reading and obsessively learning as much as I can about, objectively, -the most fascinating creatures there are: penguins. I love taking long train rides, anime, -Rubik's cubes, nice mechanical keyboards, music, collecting stickers and stuffies, the coziness of a storm -and being wrapped in a blanket. +I love taking long train rides, anime, Rubik's cubes, thocky and soft mechanical keyboards, collecting stickers and stuffed animals, loud thundery storms, etc. {% endmarkdown %} diff --git a/src/blog.njk b/src/blog.njk deleted file mode 100644 index 272f29b..0000000 --- a/src/blog.njk +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: base.njk -title: Blog -permalink: /blog/ ---- - -

Liz's Ramblings

- -{%- for post in collections.posts | reverse %} -
-
- {{ post.data.title }} - {%- if post.data.subtitle %} -
{{ post.data.subtitle }} - {%- endif %} -
- -
-{%- endfor %} diff --git a/src/index.njk b/src/index.njk index c496732..aaae563 100644 --- a/src/index.njk +++ b/src/index.njk @@ -6,14 +6,14 @@ title: Home

Liz Dot Coffee

- Hello! My name is Elizabeth (she/he). This is me on the best day of my life, meeting and petting penguins in San Diego. This other guy? That's Gus. + Hello! My name is Elizabeth/Alex (she/he). This is me on the best day of my life, meeting and petting penguins in San Diego. This other guy? That's Gus.

-

diff --git a/src/posts/TBD.md b/src/posts/TBD.md deleted file mode 100644 index 4de0c75..0000000 --- a/src/posts/TBD.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: base.njk -title: Hello World -subtitle: I've spent too much time on other stuff to write a first post on my blog recently but I have a lot I want to talk about so come back soon! -date: 2025-12-14 ---- - -## Hello World! -- cgit v1.3