TIL
Today I learned (TIL) is a collection of short notes about small discoveries, reminders, and useful snippets I want to keep for future me.
- astroContent collections glob
Today I learned that Astro Content Collections can load multiple folders with a single glob pattern, e.g.
{posts,links}/**/*.{md,mdx}. This makes it easy to keep “Posts” and “Links… - gitBlame for context
Today I learned that
git blamebecomes much more useful when you include the commit context.