Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ericgj/metalsmith-shortcodes
- Owner: ericgj
- Created: 2014-03-30T03:35:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T15:20:58.000Z (over 8 years ago)
- Last Synced: 2024-10-28T16:01:18.292Z (2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 12
- Watchers: 2
- 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