- normalize partial name for windows
- allow layout: false to override default template
- add rename option
- prevent path issue on windows
- update lodash.omit
- update consolidate
- update fs-readdir-recursive
- move check for unspecified layout, #41
- update devdependencies
- ignore files with unspecified layout
- update readme
- improve error message for unspecified layout
- update readme
- add swig include test
- code style, dependency and readme updates
- add partials option and test
- add error handling
- add test for partials
- ignore binary files
- add dotfiles
- update readme
- update dependencies and devDependencies
- update tests and add Travis CI
- remove
inPlace
option - use
layout
instead oftemplate
in the front-matter to specify a layout - set default folder for layouts to
layouts
instead oftemplates
- fix to use
path
for metalsmith1.0.0
- fix breaking binary files
- fix race condition with stringify file contents
- pass in options to consolidate.js
- add
default
option
- add
inPlace
option - change
pattern
option to just filter
- fix bug in matching pattern logic
- add rendering files in place with a
pattern
- add
string
engine convenience
- fix
directory
option bug
- stringify
contents
on the original file data
- switch to
extend
fromdefaults
to avoid cloning - add debug statements
- fix to use buffers
- mix in metadata
✨