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.

View: List Tree
  • astro
    Content 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…

  • git
    Blame for context

    Today I learned that git blame becomes much more useful when you include the commit context.