CMS
CloudCannon CMS
Configure and use CloudCannon for content management.
Last updated:
Overview
This starter is pre-configured for CloudCannon CMS with visual editing, schemas, and structured data.
Collections
The following collections are available:
| Collection | Path | Description |
|---|---|---|
| Blog | src/blog/ | Blog posts |
| Documentation | src/docs/ | Knowledge base articles |
| Pages | src/pages/ | Static pages |
| Legal | src/legal/ | Legal pages (privacy, terms) |
| Authors | src/authors/ | Author profiles |
Schemas
Schemas define the structure of your content. They're located in .cloudcannon/schemas/:
post.md- Blog post schemadocs.md- Documentation schemapage.yaml- Standard page schemalanding.yaml- Landing page schemalegal.md- Legal page schemaauthor.md- Author profile schema
Visual Editing
Pages and landing pages support visual editing. Use the Visual Editor to:
- Edit content inline
- Add and reorder blocks
- Preview changes in real-time
Data Files
Global settings are managed in src/_data/:
metadata.yaml- Site name, description, URLheader.yaml- Navigation and CTA buttonfooter.yaml- Footer links and contentsocials.yaml- Social media profilestracking.yaml- Analytics and tracking codes
Advanced Settings
Power users can configure:
consent.yaml- Cookie consent (OneTrust, CookieBot)mida.yaml- A/B testing configurationrobots.yaml- Search engine directivesredirects.yaml- URL redirects