Site re-organization

Aug 16, 2025, 6:54 AM
Δ
Aug 16, 2025, 6:55 AM
SiteV2

I took a ~month hiatus from posting anything here because 1) life has been too hectic to sit down and write much, but 2) more pertinently, the process for updating the site is pretty convoluted.

The steps are:

  1. Make sure Obsidian notes are synced correctly to my computer (a lot of them are written on my phone). The syncing happens via iCloud (even though pCloud is my real backup service) because that's the only one Obsidian support for free, and I'm not confident enough in my setup to want to sink any money into a paid service for it.
  2. Open up that iCloud folder on desktop and use the Jujutsu repo that I've sneakily crammed in there to sync it with an associated Git repo. (The commit is usually just "dump a bunch of files", would love to find a better approach at some point.)
  3. Once new stuff is merged to main in that repo, go to the separate website frontend repo and, if there are any frontend updates, make sure they're synced. If changes are made, that will automatically trigger a site redeployment.
  4. If no frontend changes are needed, instead log in to Vercel (the current web host) and trigger a redeployment, which uses a convoluted little command to pull the latest note repo contents, run 11ty, and deploy everything.

Kinda sucks! Too many repos! Too many steps! Not very fun!

I'm now thinking I should:

Some other realizations:

Anyways, time to figure out how to merge repos!