Commit graph

7 commits

Author SHA1 Message Date
281272aa32
Normalize post tags onto a small canonical taxonomy
Existing Tags fields were messy (mixed case, duplicates, lots of
one-off tags) and 28 posts had none at all. Normalized casing,
deduped, mapped common synonyms (textmate/xcode/git -> tools, os x
variants -> mac-os-x, etc) onto a canonical set, and added 1-2
canonical tags to every previously untagged post so most posts now
carry at least one useful tag. Specific extra tags were kept
alongside the canonical ones rather than stripped.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 20:15:53 -07:00
007b1058b6
Migrate from Swift to Ruby (#33)
Replace the Swift site generator with a Ruby and Phlex implementation.
Loads site and projects from TOML, derive site metadata from posts.

Migrate from make to bake and add standardrb and code coverage tasks.

Update CI and docs to match the new workflow, and remove unused
assets/dependencies plus obsolete tooling.
2026-02-07 21:19:03 -08:00
e99d4645b5
Change Unix timestamps to ISO 8601 in posts 2022-12-02 14:55:22 -08:00
ba8951e6a7 Include post scripts & styles and add typocode.css to old posts 2019-12-31 18:39:15 -08:00
fd785fcf2f tabs to spaces 2019-12-12 23:08:01 -08:00
5ed68c45f8 Migrate posts back from harp format to markdown with headers once again 2019-12-04 22:09:11 -08:00
947fb4ec3a Move posts and drafts to the top level 2019-12-03 23:17:13 -08:00