Zola: Taxonomy list and single term pages are not generated

Created on 21 Sep 2020  ·  4Comments  ·  Source: getzola/zola

Bug Report

Environment

Zola version: 0.12.0 (with image balthek/zola:0.12.0)

Expected Behavior

Taxonomy list and single term pages should be generated as specified in templates.

Current Behavior

When navigate to taxonomy list and single term pages, it only shows Not found.

Step to reproduce

  1. Add template for taxonomy list and single term pages
  2. zola serve runs without error
Building site...
-> Creating 1 pages (0 orphan), 1 sections, and processing 0 images
Done in 1.5s.

Listening for changes in /site{config.toml, content, sass, templates, themes}
Press Ctrl+C to stop

Web server is available at http://0.0.0.0:1111
  1. Navigate to the following pages only shows Not found
  2. Taxonomy list, e.g. http://127.0.0.1:1111/note-tags
  3. Single term, e.g. http://127.0.0.1:1111/note-tags/tag-2/

The repo for reproducing this issue is here https://github.com/anthonychwong/getzola-issue-1169/releases/tag/issue-1177

bug done

Most helpful comment

This is fixed in the next branch, thanks for the report!

All 4 comments

Are you on Windows? If so, that's a known issue and will be fixed soon with a 0.12.1 release.

I'm using docker image balthek/zola:0.12.0 on Ubuntu 20

Thanks for the reproduction, I'll have a look asap.

This is fixed in the next branch, thanks for the report!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

veldsla picture veldsla  ·  5Comments

porglezomp picture porglezomp  ·  7Comments

snsvrno picture snsvrno  ·  4Comments

pandark picture pandark  ·  3Comments

svenstaro picture svenstaro  ·  5Comments