Usage
Learn how to manage content on the Kaiming site.
The Kaiming site uses Nuxt Content for content management. Pages are defined as Markdown (.md) or YAML (.yml) files in the content/ directory.
Content Collections
| Collection | Source | Description |
|---|---|---|
index | 0.index.yml | Landing page content |
docs | 1.docs/**/* | Developer documentation |
pricing | 2.pricing.yml | Pricing plans and FAQ |
blog | 3.blog/**/* | Blog posts |
changelog | 4.changelog/**/* | Changelog entries |
Writing Content
Add .md or .yml files to the appropriate content/ subdirectory. Navigation is automatically generated from the file structure. Full-text search indexes all content.