Hello community!
I ported a page from Hexo to Automad, but I've encountered a problem:
The blog section in my Hexo installation contains several articles with the same title (that's intended and needed, as the posts are repetitive posts in a series of the name "Neues vom Kalsmunt"), which is not a problem under Hexo due to the customizable URL structure (The blog section in Hexo is structured as follows: "/yyyy/mm/dd/title"). But under Automad this does not work this way, as the pattern "/path-to-folder/title" is strictly used.
No my question is: Is there any other way than to prefix every post in the folder, what produces URLs with the "same-title", "same-title-1", "same-title-2" pattern?
That behavior would be okay, but prefixing every page isn't that comfortable and good readable. I would prefer a better solution!
Have a nice day, blair!