Content Collections
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.
Related notes
MDX
Markdown with component support, useful when notes need richer examples or reusable UI blocks.
shared astro / links back here
Learning Notes
A starting point for recording study notes, confusions, and reusable insights.
links back here / shares linked concepts
Personal Knowledge Base
A network of small notes that supports learning, writing, and long-term memory.
linked from this note
Learning Reflection
Short after-action notes that turn study sessions into reusable insight.
shares linked concepts