i-am-jacob:~$

~ / changelog

$ git log --oneline

The whole site lives in a git repo, so every change is diffable and revertible. This page is that history, rendered for humans — newest first.

c3ccd5f

v2.0 — full static rebuild of i-am-jacob.com

The site reborn as clean static HTML: 24 pages, hand-written design system, terminal UI, no framework, no trackers. 32 files, 3,757 lines at root commit.

next

Factual plumbing pass

  • full SEO meta on all pages — canonical, Open Graph, Twitter cards, JSON-LD structured data
  • Atom feed (/feed.xml) with autodiscovery links on every page
  • read-time on every entry in the workshop log index
  • this changelog + the /now/ page
  • sitemap rebuilt with lastmod dates; robots.txt points at it
  • og.png share image generated from the site's own palette

// how to read this

Every future change to the site gets committed with a message first and lands here after. If a page changes and this log doesn't show why, that's a bug in the process, not a feature.