We are working on a site with many authors where it would be really useful to be able to associate different taxonomy terms with the same concept. For example different authors will use: “cars”, “automobiles”, “autos” to tag their car related posts. This leads to a proliferation of tags hindering usability and it would be useful for us to be able to say:
tags “automobiles” and “autos” refer to tag “cars”.
So that when we visit the page for “cars” we also see “automobiles” and “autos”, and for “autos” we also see “cars” etc.
Is this possible in hugo? How could that be configured?