note

Content Collections

astroarchitecture

Astro's structured content layer for validating Markdown and MDX notes.

Content Collections let Astro treat Markdown and MDX files as structured content rather than loose files.

In this site, notes use a note collection with fields like title, summary, date, tags, and draft. That makes imported notes predictable while still keeping the writing experience lightweight.

Why this matters

  • Every note has the metadata needed for lists and graph nodes.
  • Draft notes can stay private during local work.
  • The graph can be generated at build time from Markdown bodies.

This is the technical foundation for a small Personal Knowledge Base.

Local context

One-hop links around this note.

Full graph
Content Collections Learning Notes MDX Personal Knowledge Base

Related notes