Hello there,
I have a website that gets frequently reorganized, so the links to the pages gets broken relatively often.
The URLs are based on topics, such as: mydomain.com/documentation/usermanuals/myproduct
However, this organization changes often… A more robust URL would be date based (creation date of a document cannot change).
Question is, how to automatically add the date-based aliases to ALL pages, while keeping the topic-based links?
I know you can add an alias in the front-matter, but it would be nice to set a generic alias pattern in the config.yaml.
Is it possible?
Thanks