0.0.5 • Published 10 years ago

metalsmith-jekyll-dates v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

metalsmith-jekyll-dates

Adds date and slug metadata to files that have Jekyll-style filenames.

Example

Before:

{
  "2000-10-15-my-post.md": {
    contents: new Buffer('...')
  }
}

After

{
  "2000-10-15-my-post.md": {
    date: "Sun Oct 15 2000 12:00:00 GMT-0700 (PDT)",
    slug: "my-post"
    contents: new Buffer('...')
  }
}

See Also

If this doesn't do what you want it to, look at: