Assemble utils and helpers for extracting, parsing and using YAML front matter in your templates.
This plugin requires Grunt ~0.4.1
and Assemble ~0.4.2
.
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins.
The following options are available for downloading and adding the helpers to your project:
- bower install yfm
git clone https://github.com/assemble/yfm.git
into a directory in your project- download this project and manually add it to your project
Once the module has been downloaded, it must be enabled in Assemble's task or target options:
assemble: {
options: {
helpers: ['vendor/yfm/*.js']
}
files: {
...
}
}
If everything is installed and configured properly, you should now be able to use the helpers in your Assemble project.
Visit assemble's documentation to learn more about using helpers in your Assemble projects.
- 2013-08-26 v0.1.0 First commit
Project authored by Jon Schlinkert.
This file was generated on Mon Aug 26 2013 22:16:02.