metalsmith-jekyll-dates

0.0.5 • Public • Published

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:

/metalsmith-jekyll-dates/

    Package Sidebar

    Install

    npm i metalsmith-jekyll-dates

    Weekly Downloads

    4

    Version

    0.0.5

    License

    ISC

    Last publish

    Collaborators

    • fortes