I have posts with:
---
title: title of the post
categories:
- category1
- category2
- category3
tags:
- tagA
- tagB
- tagC
---
I would like to create post list pages with for example “category1” and “tagB” reachable at the url “sitename/category1/tagB/”. How could I do?