For example, I have some posts with the same tags or categories like:
---
title: "XXXX"
categories:
- cat_old
tags:
- tag_old
---
The this post will be listed in http://baseurl/categories/cat_old and http://baseurl/tags/tag_old.
My questions is: Is it possible to customize the url like: http://baseurl/categories/cat_new and http://baseurl/tags/tag_new/
I know Hexo has a similiar function call categories mapping.
https://blog.bitbadger.solutions/2017/mapping-categories-and-tags-with-hexo.html
Dose Hugo has the same function?
Thank you in advance.