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 1 year ago
JSON representation
A metalsmith plugin to render wordpress-esque shortcodes via templates
- Host: GitHub
- URL: https://github.com/ericgj/metalsmith-shortcodes
- Owner: ericgj
- Created: 2014-03-30T03:35:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T15:20:58.000Z (almost 10 years ago)
- Last Synced: 2025-03-26T22:51:14.269Z (about 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
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