Welcome to Ava CMS
Ava (Addy's Very Adaptable CMS) is a flat-file, developer-first CMS for personal sites.
Features
- Flat-file: No database required. Content is Markdown with YAML frontmatter.
- Fast: Content indexed to PHP cache files. Runtime reads caches, not Markdown.
- Flexible: Custom post types, taxonomies, and fields.
- Simple: Readable, dependency-light PHP. No magic.
Getting Started
- Edit content in
content/as Markdown files - Customize templates in
themes/default/templates/ - Run
php bin/ava statusto see your site
That's it. No build step. No database migrations. Just files.