Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad/docpad-plugin-haml
Adds support for the HAML templating engine to DocPad.
https://github.com/docpad/docpad-plugin-haml
docpad-plugin
Last synced: 3 months ago
JSON representation
Adds support for the HAML templating engine to DocPad.
- Host: GitHub
- URL: https://github.com/docpad/docpad-plugin-haml
- Owner: docpad
- License: other
- Created: 2012-10-17T11:41:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T05:40:32.000Z (about 1 year ago)
- Last Synced: 2024-10-12T14:29:55.797Z (3 months ago)
- Topics: docpad-plugin
- Language: CoffeeScript
- Homepage:
- Size: 182 KB
- Stars: 3
- Watchers: 16
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
HAML Plugin for DocPad
Adds support for the [HAML](http://haml.info/) templating engine to [DocPad](https://docpad.org)
Convention: `.anything.haml`
## Usage
``` haml
---
title: "HAML Example"
---%h1= document.title
%ul
:each filename in getCollection('database').pluck('filename')
%li= filename
```Refer to the [haml website](http://haml.info) and the [haml-js guide](https://github.com/creationix/haml-js#executable-javascript-not-output) for more information about what is possible.
NOTE: Tabs do not play nice with HAML.
Install
Install this DocPad plugin by entering
docpad install haml
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:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
License
Unless stated otherwise all works are:
- Copyright © 2012+ Bevry Pty Ltd
- Copyright © Benjamin Lupton
and licensed under: