(Posted 2026-01-29)

Changelog for some stuff I’ve added these past couple months!

Major Changes

  1. An animated background! Low contrast scrolling grid felt right here.
    1. css studied from a few sources like this stackoverflow page
  2. Filters for tags/date ranges. Now you can search my nonsense easier!
    1. Uses CSS Attribute Selectors since javascript didn’t seem necessary for the feature itself, and ‘cause Cyansquare showed off how to do so with pure css.
    2. Since I run Jekyll for this site, I use Liquid to generate the needed CSS per-page
  3. Removed some old pages (old about page and such).

Future Ideas

  1. Cooler animated bg?
  2. Color themes for personal section?
  3. Might unify tags and year display pages under the hood in liquid. Lets me combine ranges with low frequency posts (pre-2025 for example)
    1. Would need to decide if there’s a cutoff point for when a range is “ready” for a category.
  4. Also might wanna add some more game-like diegetic stuff, love it when websites have a little bit of a toy-like feel.
  5. A fake “apartment” or two where my characters can live if people want to learn about them.
    1. Could include a time of day type thing for character (i.e different folks show up at certain real life times, or something)
    2. could also make one per setting if I want? Might help tonal consistency

Tagged Info