Site Updates
Previously, I listed all changes in a matter-of-fact, no commentary summary. I've been introduced to the concept of "working in public", so now I'll be including notes and whatnot. Hopefully this can be useful to people other than me!
Jan 2026
Lord have mercy I forgor
UHH hi! It's been two whole years since I've updated this page, despite the fact that my last major update was only a few months ago.
Realized that I strongly dislike categorizing and making my website granular; I had to read the book "Against the Grain: A Deep History of the Earliest States" for a college class and it peeled my brain open like a can opener. So now I'm just floating through the web, dropping updates as I see fit. I suppose I need to go back to Github, so there's an automatic history log without any extra work on my part.
Anyway here's a few of the updates that happened in the meantime.
- Little blog post where I gush over the Sanda anime PV and show off the panels I'm excited to see.
- Umineko liveblog. Currently only has ep1 and ep2. Yeah uhh, remember how I said I was going to pace myself and not move on to other episodes until I posted my liveblog? I went guns blazing into ep4 hot on the tails of ep3, and I think the correct course of action would have been to take a break, because tl;dr the combined heaviness of ep3+4 triggered me and I ended up needing to take a break from Umineko.
- 2024 Art Fight attacks
- Deltarune sketch dump
July 2023
After fiddling with Zonelets and DeadLogs, I've decided to manually code my blog pages. I highly recommend both, but personally I couldn't find a way to make them feel right for me! As I explored other services, I also came across Zonelots.
June 2023
I'm having a lot of fun making Honeycomb stamps and uploading them to my graphics collection. I realized that with a 1x1 transparent PNG, you can make the stamps form different shapes! The one on my page looks like a heart because of that.
May 2023
I figured out how to put everything on github! You can look at the source code over here. On top of the standard deploy-to-neocities action, I used 11ty-dependency-tree. Also, here's the step-by-step process, if you were as lost as me.
April 2023
I'm trying to make my website more accessible, starting with the images. I had to go through all my pages, anyway, because I switched to Eleventy. So, I took the time to add alt text to most pictures, but I've certainly missed some.
To lessen eyestrain (becuase let's be honest, I have a big problem with gifs) I've started implementing Freezeframe.js, with some adjustments.
$(function() {
const e = new Freezeframe({
trigger: 'click', /* disables animated on hover. */
responsive: false, /* preserves image resolution */
});
$("#play-gif").on("click", function(){e.start()});
$("#stop-gif").on("click", function(){e.stop()});
});
Above constructor modified from Bechnokid.
By default, Freezeframe allows you to hover over GIFs to play them. I disabled it as a personal preference - to me, the split-second of animation when your mouse passes over an image is jarring.
Another quirk of Freezeframe is that the images will auto-scale to fit their container. Setting responsive to false gets rid of that.
Finally, I noticed that Freezeframe inherently adds vertical-align: top as inline CSS to each image. I'm getting around this by setting it to initial.
The Olden Days
2022
- 9/9 - Pokélog added.
- 7/4 - Pokemon shrine is rehauled and made responsive.
- 5/3 - Longform blog added.
- 4/10 - Created my own 88x31 button and added it to my link directory.
- 4/9 - Evil Listicle added.
- 1/10 - 2022 Microblog added.
- 1/3 - Shrine for the manga "I Want to Hold Aono-kun So Badly I could Die" added.
2021
- 8/31 - 2021 Reading List added.
- 7/29 - Yume Nikki shrine added.
- 7/11 - Page dedicated to my dog is added.
- 6/19 - Pokemon shrine added.
- 6/7 - Sitemap, Credits, and About pages added
- 6/9 - Website is created.