Hello, I have just started looking into taxonomies, but the goal I have is to replicate a simple category, tag on a blog site. There are two things I would like to achieve:
- Disable the taxonomy pages, e.g.
$TAXONOMY_NAME/list.html
- Embed categories and or tags in the blog post template - for example as a top banner, or side panel etc.
I haven’t yet discovered anything in the documentation that might let me do the above. Is there some information on this, or should I instead look at the Zola source directly?