Devlog
Short build logs and hard-won tricks from the workshop.
-
Two Astro gotchas I hit building this very blog
Wiring up a multilingual Astro blog, two content-collection traps cost me a couple of rebuilds: a frontmatter `slug` that silently collapsed three posts into one, and `getStaticPaths` running in a scope that can't see your other frontmatter consts.
Astro web i18n -
Your Mac has two Downloads folders. Here's how I made them one.
macOS keeps a local Downloads folder; iPhone and iPad save into a different one inside iCloud Drive. They never sync. Here's the slightly-cursed symlink trick that unifies them — including the ACL gotcha and how to put the folder icon back.
macOS iCloud dotfiles