← Home

In Zola, draft = true works in the front matter

28 February, 2025 - Categories: Zola - Tags: static site generators, toml, front matter

By Steven Rosenberg

I have used draft = true in my Hugo front matter as long as I have been running that static site generator.

Will adding draft = true to the front matter of a Zola post keep the system from building it?

I tried it, and it works.

To make the post appear, either delete draft = true, or change it to draft = false.