Template: header
Template: markdown
- 1. Introduction
- 2. Getting started
- 3. Content management
- Documents and collections
- Content types
- Relationships
- Front matter and data
- Markdown
- YAML types
- Partial content
- Environments
- 4. Pod functions
- 5. Templates
- 6. Localization
- 7. Plugins
- 8. Best practices
Install
While we recommend using our quick start project as the foundation for getting
started with Amagaki (as it comes with the nuts and bolts needed for building
marketing sites beyond just the website build tool), you can also use Amagaki
from scratch.
npm install @amagaki/amagaki
# Start the dev server.
npx amagaki serve
# Build the site.
npx amagaki build
Amagaki assumes a defaults project structure and will generate your site using
the defaults, in absence of an amagaki.js configuration file. Learn more about
the project structure.
Template: footer