Zola Integration Guide
This guide provides resources and information for integrating Sveltia CMS with Zola, a fast static site generator written in Rust.
Starter Templates
Here are some starter templates built by the community using Zola:
Disclaimer
These third-party resources are not necessarily reviewed by the Sveltia CMS team. We are not responsible for their maintenance or support. Please contact the respective authors for any issues or questions.
Examples
See real-world examples of Zola integrations in our Showcase. Most of the listed sites include links to their source code, so you can explore how they implemented Sveltia CMS with Zola.
Support for Zola
We have implemented specific features to enhance the integration of Sveltia CMS with Zola:
- The
omit_default_locale_from_file_pathi18n option allows omitting the locale suffix from filenames for entries in the default locale, which is useful for multilingual Zola sites. (Discussion) - The
value_typenumber field option supportsint/stringandfloat/stringvalue types, which are useful for Zola sites that store numbers as strings in front matter. (Discussion)
Development Guide
We’ll be adding a detailed development guide for integrating Sveltia CMS with Zola in the near future. In the meantime, feel free to explore the starter templates and showcase examples for guidance.