1 min read
How-to guides
Task-oriented recipes. Each guide assumes you already have a working site (see the tutorial) and solves one specific problem.
- Add internationalization (i18n) - serve the same site in more than one language.
- Customize a theme - eject a built-in theme and edit its templates and CSS.
- Generate an API reference - publish a
Referencessection from your Python docstrings with theapidocplugin. - Write a custom plugin - tap a hook to add your own behaviour.
- Deploy a built site - publish the
dist/directory.