mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-05 09:31:39 -05:00
Prepare 1.8.1 (#125)
This commit is contained in:
parent
aee9acd617
commit
72952d490a
3 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
1.8.1 - April 20, 2017
|
||||||
|
----------------------
|
||||||
|
* fix "too many opened files" error
|
||||||
|
|
||||||
1.8.0 - February 3, 2017
|
1.8.0 - February 3, 2017
|
||||||
------------------------
|
------------------------
|
||||||
* add partialExtension option, to fix partials matching on the wrong extension
|
* add partialExtension option, to fix partials matching on the wrong extension
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
|
|
||||||
> A metalsmith plugin for layouts
|
> A metalsmith plugin for layouts
|
||||||
|
|
||||||
[![stack overflow][stackoverflow-badge]][stackoverflow-url]
|
|
||||||
[![slack chat][slack-badge]][slack-url]
|
|
||||||
|
|
||||||
This plugin allows you to apply layouts to your source files. It passes your source files to the selected layout as the variable `contents` and renders the result with the templating engine of your choice. You can use any templating engine supported by [consolidate.js](https://github.com/tj/consolidate.js#supported-template-engines).
|
This plugin allows you to apply layouts to your source files. It passes your source files to the selected layout as the variable `contents` and renders the result with the templating engine of your choice. You can use any templating engine supported by [consolidate.js](https://github.com/tj/consolidate.js#supported-template-engines).
|
||||||
|
|
||||||
For support questions please use [stack overflow][stackoverflow-url] or our [slack channel][slack-url]. For templating engine specific questions try the aforementioned channels, as well as the documentation for [consolidate.js](https://github.com/tj/consolidate.js) and your templating engine of choice.
|
For support questions please use [stack overflow][stackoverflow-url] or our [slack channel][slack-url]. For templating engine specific questions try the aforementioned channels, as well as the documentation for [consolidate.js](https://github.com/tj/consolidate.js) and your templating engine of choice.
|
||||||
|
@ -244,9 +241,7 @@ MIT
|
||||||
[build-url]: https://travis-ci.org/superwolff/metalsmith-layouts
|
[build-url]: https://travis-ci.org/superwolff/metalsmith-layouts
|
||||||
[downloads-badge]: https://img.shields.io/npm/dm/metalsmith-layouts.svg
|
[downloads-badge]: https://img.shields.io/npm/dm/metalsmith-layouts.svg
|
||||||
[downloads-url]: https://www.npmjs.com/package/metalsmith-layouts
|
[downloads-url]: https://www.npmjs.com/package/metalsmith-layouts
|
||||||
[slack-badge]: https://img.shields.io/badge/Slack-Join%20Chat%20→-blue.svg
|
|
||||||
[slack-url]: http://metalsmith-slack.herokuapp.com/
|
[slack-url]: http://metalsmith-slack.herokuapp.com/
|
||||||
[stackoverflow-badge]: https://img.shields.io/badge/stack%20overflow-%23metalsmith-red.svg
|
|
||||||
[stackoverflow-url]: http://stackoverflow.com/questions/tagged/metalsmith
|
[stackoverflow-url]: http://stackoverflow.com/questions/tagged/metalsmith
|
||||||
[version-badge]: https://img.shields.io/npm/v/metalsmith-layouts.svg
|
[version-badge]: https://img.shields.io/npm/v/metalsmith-layouts.svg
|
||||||
[version-url]: https://www.npmjs.com/package/metalsmith-layouts
|
[version-url]: https://www.npmjs.com/package/metalsmith-layouts
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
||||||
"description": "A metalsmith plugin for layouts.",
|
"description": "A metalsmith plugin for layouts.",
|
||||||
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue