Astro Content Notes
A first technical note about using Astro content collections as the backbone of Techglot.
Techglot stores notes as Markdown files inside content collections.
This keeps the writing workflow simple:
write Markdown
commit with Git
build static pages
deploy later to techglot.com
The structure matters because it lets the site grow without needing a database first.