Hello Content System
A small spike proving content-first Markdown can compile into a managed Astro runtime.
- clojurescript
- astro
- content-system
This post is authored as plain Markdown.
Inline math works: .
Why this shape works#
- Markdown stays author-owned.
- Metadata stays overrideable.
- Rendering stays replaceable.
graph TD Author[Markdown] --> Pipeline[CLJS Pipeline] Pipeline --> Astro[Astro Runtime]
Authoring contract#
| Layer | Owned by | Responsibility |
|---|---|---|
| Content | Author | Markdown and adjacent assets |
| Metadata | Human + system | Tags, summary, overrides |
| Runtime | Astro | Rendering only |
{:workflow [:edit-markdown :git-push]}