https://github.com/docpad/docpad-plugin-multiplelayouts
Multiple layouts per document for DocPad
https://github.com/docpad/docpad-plugin-multiplelayouts
docpad-plugin
Last synced: about 1 year ago
JSON representation
Multiple layouts per document for DocPad
- Host: GitHub
- URL: https://github.com/docpad/docpad-plugin-multiplelayouts
- Owner: docpad
- License: other
- Created: 2013-07-16T18:02:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T21:16:57.000Z (over 2 years ago)
- Last Synced: 2024-10-30T04:43:37.179Z (over 1 year ago)
- Topics: docpad-plugin
- Language: CoffeeScript
- Size: 221 KB
- Stars: 10
- Watchers: 16
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Multiple Layouts Plugin for DocPad
Add additional layouts to your documents by adding 'additionalLayouts' to a document's metadata.
## Usage
Multiple layouts lets you add additional layouts to your document. You can do this by adding the `additionalLayouts` meta data property to your document's meta data like so:
```
---
title: Some Document
layout: default
additionalLayouts: data
---
Blah blah
```
If this document was located at `src/documents/index.html` and we had a layout `default.html.eco` and a layout `data.json.eco` then we would end up with the following output:
- `out/index.html`
- `out/index-data.json`
Install
Install this DocPad plugin by entering docpad install multiplelayouts into your terminal.
History
Discover the release history by heading on over to the HISTORY.md file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Backers
Maintainers
These amazing people are maintaining this project:
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
-
Benjamin Lupton — view contributions -
Eric Vantillard — view contributions -
Nathan Friedly — view contributions -
Neil Taylor — view contributions -
Rob Loach — view contributions -
vsopvsop — view contributions
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
License
Unless stated otherwise all works are:
- Copyright © 2013+ Myplanet Internet Solutions Ltd.
and licensed under: