I’m migating My site from Wordpress to Hugo, my Wordpress categories structure is look like:
Name: Lập trình
Slug: lap-trinh
But when use Hugo, it will generate lập-trình
I’ve some workaround solution but not happy with it:
Use S3 routing rules (the drawback is it only support 50 rules)
Create duplicated categories, my front matter should look like:
`categories=[“lap trinh”, “lập trình”]``
(The drawback is it looks duplicated)
Does anyone have a solution to set the slug or generate redirect files using aliases?
Thank you for reading,