summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-05-06 20:13:35 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2026-05-06 20:13:35 -0700
commitb744975abfcebba87c48c266abcebdeeb9337aa3 (patch)
treeb4db286d3f9e4b1468cc42b057776a0f486bb698
parentc05a5a7e990e25b982396303f47f3473580dda24 (diff)
downloadlizdotcoffee-b744975abfcebba87c48c266abcebdeeb9337aa3.tar.gz
lizdotcoffee-b744975abfcebba87c48c266abcebdeeb9337aa3.zip
Remove blog
-rw-r--r--src/_layouts/base.njk1
-rw-r--r--src/about.njk32
-rw-r--r--src/blog.njk19
-rw-r--r--src/index.njk6
-rw-r--r--src/posts/TBD.md8
5 files changed, 15 insertions, 51 deletions
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 @@
<nav>
<a href="/">Home</a>
<a href="/about">About Me</a>
- <a href="/blog">Blog</a>
<a href="/toys">Toys</a>
<a href="/resume">Resume</a>
</nav>
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
-
<div class="text-center">
- <img width="200" src="/assets/bellevue.jpeg" />
- <img width="200" src="/assets/critter.jpeg" />
+ <img width="300" src="/assets/bellevue.jpeg" />
+ <img width="300" src="/assets/critter.jpeg" />
<p><small><i>bellevue, washington across the water and a small critter.</i></small></p>
</div>
-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
<div class="text-center">
- <img width="200" src="/assets/bread.jpeg" />
- <img width="200" src="/assets/scooters_on_ceiling.jpeg" />
+ <img width="300" src="/assets/bread.jpeg" />
+ <img width="300" src="/assets/scooters_on_ceiling.jpeg" />
- <p><small><i>sourdough, and some lime scooters where they ought to be parked.</i></small></p>
+ <p><small><i>sourdough bread, and some lime scooters where they ought to be parked.</i></small></p>
</div>
-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 <i>tremendous</i> 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/
----
-
-<h2>Liz's Ramblings</h2>
-
-{%- for post in collections.posts | reverse %}
- <div style="display: flex; justify-content: space-between; align-items: baseline;">
- <div class="text-left">
- <a href="{{ post.url }}">{{ post.data.title }}</a>
- {%- if post.data.subtitle %}
- <br><small>{{ post.data.subtitle }}</small>
- {%- endif %}
- </div>
- <time class="text-right" datetime="{{ post.date | dateToRfc3339 }}">{{ post.date.toLocaleDateString() }}</time>
- </div>
-{%- 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
<h2>Liz Dot Coffee</h2>
<p>
- 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.
</p>
<div class="text-center">
- <video height="200" autoplay loop controls muted playsinline>
+ <video height="300" autoplay loop controls muted playsinline>
<source src="/assets/petting_basil.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
- <img height="200" src="/assets/gus.jpeg" />
+ <img height="300" src="/assets/gus.jpeg" />
</div>
<br />
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!