verb-front-matter
Version:
Verb middleware for processing front matter and adding data to the context.
41 lines (25 loc) • 751 B
Markdown
# {%= name %} {%= badge("fury") %}
> {%= description %}
**Heads up!** front-matter is handled in verb by default, this module can be used separately if you want to disable the defaults.
{%= include("install-npm", {save: true}) %}
## Usage
```js
verb.use(require('{%= name %}'));
```
Verb uses [gray-matter], visit that project to see all available front-matter options.
## Run tests
Install dev dependencies:
```bash
npm i -d && npm test
```
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %})
## Author
{%= include("author") %}
## License
{%= copyright() %}
{%= license() %}
***
{%= include("footer") %}
{%= reflinks() %}
<!-- deps: helper-reflinks -->