Template: header
Template: markdown
- 1. Introduction
- 2. Getting started
- 3. Content management
- Documents and collections
- Content types
-
- Front matter and data
- Markdown
- YAML types
- Partial content
- Environments
- 4. Pod functions
- 5. Templates
- 6. Localization
- 7. Plugins
- 8. Best practices
Relationships
The anatomy of an Amagaki project can best be categorized into the following parts:
- Collections, which have documents
- Views (or templates), for generating HTML
- Static files (i.e. images, media, JS and CSS files served to users)
- Source files (i.e. TypeScript and Sass files, for generating static files)
- Partials, which map content to reusable template modules
- The global base template
Additionally, two dimensions can further impact rendering of the above elements:
- Locales
- Build environments
Template: footer