Ajedi32 / metalsmith-metafiles

A Metalsmith plugin to read file metadata from separate files (as an alternative to frontmatter)
MIT License
6 stars 2 forks source link

Let `onMissingMainFile` accept a function #15

Open Ajedi32 opened 8 years ago

Ajedi32 commented 8 years ago

Receives as its arguments the Metafile object, and returns either "throw", "ignore", "delete" depending on what it wants metalsmith-metafiles to do.