Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ericgj/metalsmith-shortcodes

A metalsmith plugin to render wordpress-esque shortcodes via templates
https://github.com/ericgj/metalsmith-shortcodes

Last synced: about 2 months ago
JSON representation

A metalsmith plugin to render wordpress-esque shortcodes via templates

Awesome Lists containing this project

README

        

# metalsmith-shortcodes

A metalsmith plugin to render wordpress-esque shortcodes via templates.
In effect, a kind of partials rendering.

Currently, only [jade][jade] templates are supported.

## Installation

$ npm install metalsmith-shortcodes

## Usage

Coming soon.

See templates in [examples][examples] and run `examples/build.js` for
examples of generation.

## License

MIT

[jade]: https://github.com/visionmedia/jade
[examples]: https://github.com/ericgj/metalsmith-shortcodes/tree/master/examples