tdreyno / middleman-blog-editor-issues

Public bug tracker for middleman-blog-editor gem
http://middleman-blog-editor.awardwinningfjords.com
3 stars 0 forks source link

Handle date frontmatter better #1

Open tdreyno opened 11 years ago

tdreyno commented 11 years ago

New approach:

Find the most descriptive date from the path:

Then read frontmatter.

If we have only year from the path, set frontmatter to full date. If we have only year/month from the path, set frontmatter to full date.

If we have year/month/date and the frontmatter matches: remove frontmatter. If we have year/month/date and the frontmatter matches, but it more precise (HH:MM:SS), keep frontmatter.