Hi, I am trying to create a theme for zola which makes use of some extra parameters from the [extra] section. When I include those parameters in config.toml, things work as expected, However, when I try to include those parameters in theme.toml, I get an error saying variable not found in context. I wanted to understand what’s the override order of the config while developing themes?
If a variable is not set on config.toml, it’ll fall back to theme.toml as long as the theme is being used as a theme.
While developing a theme, it’ll only read the variables from config.toml.