From ea31ae742a06966c9223b03a27a3c271263424a0 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 18 Dec 2025 21:18:16 -0800 Subject: Init pt 2 --- src/_layouts/base.njk | 54 ++++++++++++- src/about.njk | 66 ++++++++++++++++ src/assets/bellevue.jpeg | Bin 0 -> 377844 bytes src/assets/bread.jpeg | Bin 0 -> 206615 bytes src/assets/critter.jpeg | Bin 0 -> 181598 bytes src/assets/gus.jpeg | Bin 0 -> 274894 bytes src/assets/penguin.gif | Bin 0 -> 53409 bytes src/assets/petting_basil.mp4 | Bin 0 -> 4244203 bytes src/assets/scooters_on_ceiling.jpeg | Bin 0 -> 493630 bytes src/blinkies/add.njk | 154 ++++++++++++++++++++++++++++++++++++ src/blinkies/submitted.njk | 0 src/blog.njk | 19 +++++ src/feed.njk | 10 +-- src/index.njk | 36 ++++++--- src/posts/TBD.md | 8 ++ src/posts/hello-world.md | 34 -------- src/resume.njk | 6 ++ 17 files changed, 331 insertions(+), 56 deletions(-) create mode 100644 src/about.njk create mode 100644 src/assets/bellevue.jpeg create mode 100644 src/assets/bread.jpeg create mode 100644 src/assets/critter.jpeg create mode 100644 src/assets/gus.jpeg create mode 100644 src/assets/penguin.gif create mode 100644 src/assets/petting_basil.mp4 create mode 100644 src/assets/scooters_on_ceiling.jpeg create mode 100644 src/blinkies/add.njk create mode 100644 src/blinkies/submitted.njk create mode 100644 src/blog.njk create mode 100644 src/posts/TBD.md delete mode 100644 src/posts/hello-world.md create mode 100644 src/resume.njk (limited to 'src') diff --git a/src/_layouts/base.njk b/src/_layouts/base.njk index 84df4f4..cc89f99 100644 --- a/src/_layouts/base.njk +++ b/src/_layouts/base.njk @@ -3,19 +3,67 @@ + {% if title %}{{ title }} - {% endif %}liz.coffee - + + {% if pageStyles %} {% endif %} +
+ + +
- {{ content | safe }} +
+ {{ content | safe }} +
+ + + {% if pageScripts %} {% endif %} diff --git a/src/about.njk b/src/about.njk new file mode 100644 index 0000000..7a1e34f --- /dev/null +++ b/src/about.njk @@ -0,0 +1,66 @@ +--- +layout: base.njk +title: About +--- + +{% markdown %} + +## About Me + +### Me + +
+ + + +

bellevue, washington across the water and a small critter.

+
+ +I'm programmer with a few years of industry software engineering 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 partner +and dog, Gus. + +### What I Do + +
+ + + +

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

+
+ +Most of my days are spent designing, writing, and communicating about deep distributed software systems. A lot of it is plumbing. +But every once in a while I find diamonds in the rough—those really deep technical topics that require the application of real theory, +which somehow seem to go undiscovered. + +Those are the problems I chase. When I encounter them, I dive as far and work as hard as possible to uncover as much as possible. That often turns out to be a nothing-burger. +But sometimes, underneath all the layers lies a tremendous find no one else would have caught. This part of my job is what I'm absolutely +addicted to and get so much dopamine from, once that last puzzle piece clicks. It's what I've loved about computers +most of my life; finding needles in haystacks. + +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 getting entrenched in something fun until 2AM. I love the hot and slightly bitter touch of a sip of fresh brewed +coffee, as well as the blissful sweetness of a mocha. I love going on dates, taking long train rides, anime, +Rubik's cubes, nice mechanical keyboards, music, collecting cute little stickers and stuffies, the coziness of a storm +and being wrapped in a blanket. + +I guess my main goal in life is to not succumb to the problems with my brain. If I succeed at that for long enough, I +want to live my life being as curious as I possibly can be. What that will ultimately look like, I don't really know. But + I think it is leaving the industry as fast as possible and comfortably researching and asking questions to my heart's +content without care of prestige, money, or having to constantly deliver something to prove anything. I want to spend as +much time on this earth without these worries and with people I love and feel at home with. + +At least, that's the dream. It has definitely not been smooth sailing up to this point. + +### Beliefs + +I hate what capitalism has done to warp our tools into something that destroys and rots +us. Devices that once made our lives a bit easier and pushed forward the frontier of science and math now watch us with as much detail as +can be recorded. + +AI is a peak example of this rot, used to justify ripping wealth and productivity from the laborer and pluck the creativity straight +from their heads, while the most wealthy profit from cutting them out entirely. + +But if you're here you're likely already aware of these issues and probably share similar views in which case I don't need to go any further... + +{% endmarkdown %} diff --git a/src/assets/bellevue.jpeg b/src/assets/bellevue.jpeg new file mode 100644 index 0000000..0c68197 Binary files /dev/null and b/src/assets/bellevue.jpeg differ diff --git a/src/assets/bread.jpeg b/src/assets/bread.jpeg new file mode 100644 index 0000000..e9f4021 Binary files /dev/null and b/src/assets/bread.jpeg differ diff --git a/src/assets/critter.jpeg b/src/assets/critter.jpeg new file mode 100644 index 0000000..168dde4 Binary files /dev/null and b/src/assets/critter.jpeg differ diff --git a/src/assets/gus.jpeg b/src/assets/gus.jpeg new file mode 100644 index 0000000..1cdae76 Binary files /dev/null and b/src/assets/gus.jpeg differ diff --git a/src/assets/penguin.gif b/src/assets/penguin.gif new file mode 100644 index 0000000..48bd0e2 Binary files /dev/null and b/src/assets/penguin.gif differ diff --git a/src/assets/petting_basil.mp4 b/src/assets/petting_basil.mp4 new file mode 100644 index 0000000..5d1a556 Binary files /dev/null and b/src/assets/petting_basil.mp4 differ diff --git a/src/assets/scooters_on_ceiling.jpeg b/src/assets/scooters_on_ceiling.jpeg new file mode 100644 index 0000000..2b1e856 Binary files /dev/null and b/src/assets/scooters_on_ceiling.jpeg differ diff --git a/src/blinkies/add.njk b/src/blinkies/add.njk new file mode 100644 index 0000000..9992041 --- /dev/null +++ b/src/blinkies/add.njk @@ -0,0 +1,154 @@ +--- +layout: base.njk +title: Add a Blinkie! +--- + +

Add your very own blinkie!

+

+ Please allow us 1 to 10 business days to process your request. Your engagement + is very important to our shareholders. +

+ +
+
+ + +
+
+ +
+ +

+ + In case something goes wrong or you want to update the blinkie in the future and need to email me. + +

+ +
+
+ +
+ +

+ + Please explain why you think this blinkie is a good addition to this site. + "I am cool as fuck yo" is a valid reason. + +

+ +
+
+ +
+ +

Blinkie gif in 150px:20px or equivalent aspect ratio.

+ + + +
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/src/blinkies/submitted.njk b/src/blinkies/submitted.njk new file mode 100644 index 0000000..e69de29 diff --git a/src/blog.njk b/src/blog.njk new file mode 100644 index 0000000..272f29b --- /dev/null +++ b/src/blog.njk @@ -0,0 +1,19 @@ +--- +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/feed.njk b/src/feed.njk index b5c45e3..a8ae238 100644 --- a/src/feed.njk +++ b/src/feed.njk @@ -3,11 +3,11 @@ permalink: /feed.xml eleventyExcludeFromCollections: true metadata: title: liz.coffee - subtitle: A cute little blog with interactive toys + subtitle: elizabeth's ramblings url: https://liz.coffee/ feedUrl: https://liz.coffee/feed.xml author: - name: Lizzy + name: emprespresso --- @@ -15,13 +15,12 @@ metadata: {{ metadata.subtitle }} - {{ collections.all | getNewestCollectionItemDate | dateToRfc3339 }} + {{ collections.posts | getNewestCollectionItemDate | dateToRfc3339 }} {{ metadata.url }} {{ metadata.author.name }} - {%- for post in collections.all | reverse -%} - {%- if post.data.title -%} + {%- for post in collections.posts | reverse -%} {{ post.data.title }} @@ -29,6 +28,5 @@ metadata: {{ metadata.url }}{{ post.url }} {{ post.templateContent | htmlToAbsoluteUrls(metadata.url) }} - {%- endif -%} {%- endfor -%} diff --git a/src/index.njk b/src/index.njk index 064c05e..59031d3 100644 --- a/src/index.njk +++ b/src/index.njk @@ -3,21 +3,31 @@ layout: base.njk title: Home --- -

liz.coffee

+

Liz Dot Coffee

-

A cute little blog with interactive toys.

+

+ 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. +

+
+ + +
-

Posts

+
+

Together we run, bake bread, and chase squirrels. Sometimes I do computers while he snoozes.

+

You can find me on the internet at these places:

+ +
+ "Right," Holden said. "No coffee. This is a terrible, terrible planet." +
diff --git a/src/posts/TBD.md b/src/posts/TBD.md new file mode 100644 index 0000000..4de0c75 --- /dev/null +++ b/src/posts/TBD.md @@ -0,0 +1,8 @@ +--- +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! diff --git a/src/posts/hello-world.md b/src/posts/hello-world.md deleted file mode 100644 index 22eef26..0000000 --- a/src/posts/hello-world.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: base.njk -title: Hello World -date: 2025-12-14 ---- - -# Hello World! - -This is my first blog post. I can write regular markdown here. - -## Interactive Toy Example - -Here's a little interactive toy: - -
- -

Color: #f0f0f0

-
- - - -## More Content - -And I can continue writing markdown after the interactive bit! diff --git a/src/resume.njk b/src/resume.njk new file mode 100644 index 0000000..6d3bdd1 --- /dev/null +++ b/src/resume.njk @@ -0,0 +1,6 @@ +--- +layout: base.njk +title: Resume +--- + +I'll add this if I need to. -- cgit v1.2.3-70-g09d2