Is there a way to force a {distill} blog to have post URLs in the form example.com/2021/05/17/post-slug rather than example.com/posts/2021/05/17/post-slug? In other words, remove the posts/ part.
I want to migrate a blog from {blogdown}—which has URLs without posts/—to {distill} without breaking links to old posts.
I think the answer is 'no'; the _posts/ folder in a {distill} site seems pretty central to its functioning.
I use Netlify and could probably set up redirects from each old {blogdown}-style URL to each new {distill}-style URL. Bit janky? Other solutions welcome.