Having a file like content/asc/posts/2019-03-21-awesome-post.asc generates public/<posts-root-uri>/2019-03-21-awesome-post.html however I want it without the date, i.e. awesome-post.html (so that I don't break all URLs after migrating to Cryogen - and I prefer the dates in the source file name as they are nicely sorted by it).
A solution would be to add :post-remove-date true (or post-dateless-uri)?
Having a file like
content/asc/posts/2019-03-21-awesome-post.asc
generatespublic/<posts-root-uri>/2019-03-21-awesome-post.html
however I want it without the date, i.e.awesome-post.html
(so that I don't break all URLs after migrating to Cryogen - and I prefer the dates in the source file name as they are nicely sorted by it).A solution would be to add
:post-remove-date true
(orpost-dateless-uri
)?I'd be happy to provide a PR.