mixu / ghost-render

Render static blog sites from Markdown using Ghost themes
225 stars 21 forks source link

support path generation based on published_at #8

Open autonome opened 7 years ago

autonome commented 7 years ago

The README shows how path generation will happen automatically without published_at in various ways.

I want the opposite :)

I'd like to have my posts directory be just folders named based on title and then have the site dir generate proper date-based path structure from published_at metadata.

This means that when I'm authoring, I don't have to care about all these directories, can just focus on writing. If I'm late by a day, whatevs, don't have to worry about recreating all the paths, links, etc.

autonome commented 7 years ago

looks like maybe this would be done in urlFor() in config-shim.js...

autonome commented 7 years ago

nope, is elsewhere...