Closed Owez closed 1 year ago
That's expected behaviour, you need templates to be able to display the taxonomies page.
I'm just using taximonies for page categories and maybe some metainfo in the future for articles, I don't need any taximony detail page.
It looks like it's not documented on the website (:/) but you can set render = false
in your config for those
Thanks, will do :)
Bug Report
Environment
Zola version: 0.16
Expected Behavior
I run
zola build
and it builds the files like normal for the following zola 16config.toml
:And with a single example post in the
content/
dir:Current Behavior
I upgraded to zola 0.16, made a new website, and instead of it building, I get the following error:
If I add an empty html file called
taxonomy_list.html
it has the same error but it says abouttaxonomy_single.html
. If I also add this, it builds fine.Step to reproduce
Using zola 16:
zola init
config.toml
as docs sayfoo = ["bar"]
under `[taximonies] like docs sayzola build
doesn't workFrom zola 15 to zola 16:
zola init
[extra]
section insidecargo.toml
zola build
works fine for nowcargo.toml
like docs sayzola build
doesn't workWorkaround