Hi,
I’m using Hugo V0.63
When I execute the hugo command, I get an error message:
.Site.Permalinks is deprecated and will be removed in Hugo 0.64.0.
For this project I really need the feature of rewriting urls for category pages and blog posts.
And I can’t imagine a future version of Hugo without this feature.
Does anybody know how to rewrite urls in future releases of Hugo ?
Thanks for your answer.
But I already knew this page and it doesn’t seem to help me with my problem:
My website has two main sections: a shop (/shop/) and a blog (/blog/).
I am using 4 taxonomies for the shop (collections, categories, featured, designs) and 1 taxonomy for the blog (b_categories).
I want all my shop taxonomies to have their urls with this structure /shop/TaxonomyName/TaxonomyTerm
and for my blog: /blog/TaxonomyName/TaxonomyTerm
Actually I do want to use the permalinks settings in my config file. But it seems that starting with version 0.64 this feature will be removed. Or may be I’m wrong. What about the error message “.Site.Permalinks deprecated” then ?