Overview
Markdown CMS is a headless content management system that uses a Git repository as its content backend. Authors write in Markdown, push to a branch, and the site rebuilds automatically.
Philosophy
Content belongs in version control. This CMS eliminates databases for content, using Git as the single source of truth. Every change is tracked, every revision is recoverable, and collaboration uses standard Git workflows.
Features
- Git-backed content with full version history
- Frontmatter-based metadata
- Automatic rebuilds via webhooks
- Image optimization pipeline
- RSS feed generation