hugo version
Hugo Static Site Generator v0.31.1 linux/amd64 BuildDate: 2017-11-27T06:26:24-05:00
I was building a french site with accented characters in the taxonomy terms. I wanted accents in the values, but I wanted them stripped out (normalized) in the URLs.
Here’s the undocumented configuration option which worked:
removePathAccents = true
Also, when these config options are set:
languageCode = "fr-CA"
defaultContentLanguage = "fr-CA"
it seems that
preserveTaxonomyNames = true
doesn’t do anything.