Hello, I have looked into the docs for slugify and such, but I don’t see what I am looking for.
My previous blog, which was using octopress/jekyll was generating path with the date in them in /YYYY/MM/DD/<title> format. I saw that if you use a file name with YYYY-MM-DD_ this will be used for the page date (which is fine), but the generated path will still be /<title> which I do not want as it breaks all ilnks to my older version of the blog.
I know I can set manually in each page the path, but it looks like going backward. I have a rewrite rule now to remove the date from the URL, but again, this is backward.
Any way for me to gain these urls/paths back?
BTW, other than that, I love Zola.
Thanks.