nibrahim / Hyde

An Emacs mode to manage Jekyll blogs
http://nibrahim.net.in/2010/11/11/hyde_%3A_an_emacs_mode_for_jekyll_blogs.html
GNU General Public License v3.0
117 stars 28 forks source link

Remove date from draft file name and front matter and prepend date when promoting to a post #30

Open bitjockey42 opened 8 years ago

bitjockey42 commented 8 years ago

Addresses #24

This removes the date from the front-matter of a draft post and from the draft filename to comply with how drafts are structured in Jekyll 3.x.x.

Upon promotion of a draft to a post, the date will then be prepended to the filename when moved to _posts/, such that the publish date for the post will match with when the draft was promoted to a post.

nibrahim commented 8 years ago

Merged. Thanks!