shannonmoeller / gulp-hb

A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.
http://npm.im/gulp-hb
MIT License
147 stars 14 forks source link

YAML Front Matter Not Removed #20

Closed brandonmerritt closed 9 years ago

brandonmerritt commented 9 years ago

This probably isn't a bug, but I wanted to make sure. I have YAML Front-Matter in my HBS files. The front matter is just converted to text and not removed when using the plugin. I'm assuming that's normal and I need to use the front-matter plugin to deal with it?

shannonmoeller commented 9 years ago

Exactly. gulp-hb doesn't handle front-matter itself, so you'll need to use gulp-data or gulp-front-matter. The examples are just to show how they can work together.