Rename the default configuration file

The configuration file for Zola is named config.toml.

TOML files can be validated using JSON schemas through tools such as the Even Better TOML extension in Visual Studio Code.

To facilitate creating a schema for Zola configuration and upload it to a public registry such as the JSON Schema Store, a distinguishable filename should be used for this file.

Thus, I propose changing the configuration filename for future releases of Zola. My suggestions are zola.config.toml or zola.toml.

1 Like

See Adding schema file for zola config file as well

I think we can support both config.toml and zola.toml

1 Like

@keats worth reopening Config file name conflict as `config.toml` is too generic · Issue #2919 · getzola/zola · GitHub if you’re considering this?

as long as both are supported, someone can create a PR