docpad / docpad-plugin-consolidate

Template Engine Consolidation for DocPad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Adds support for a number of template engines to DocPad, using Consolidate.js.

Convention:

.anything.(atpl|dust|eco|ect|ejs|haml|haml-coffee|handlebars|hogan|jade|jazz|jqtpl|just|liquor|lodash|mustache|qejs|ractive|swig|templayed|toffee|underscore|walrus|whiskers)

Usage

  1. Install the library for the desired template engine:

    npm install --save ejs
  2. Use the template engine in a file such as src/documents/test.html.ejs:

    ---
    title: EJS
    ---
    
    <p>This is <%= document.title %></p>

Configure

It is possible to toggle which supported template engines are rendered using Consolidate.js, by editing your DocPad configuration file:

plugins:
	consolidate:
		atpl: true
		dot: true
		dust: true
		eco: true
		ect: true
		ejs: true
		haml: true
		'haml-coffee': true
		handlebars: true
		hogan: true
		jade: true
		jazz: true
		jqtpl: true
		just: true
		liquor: true
		lodash: true
		mote: true
		mustache: true
		nunjucks: true
		qejs: true
		ractive: true
		swig: true
		templayed: true
		toffee: true
		underscore: true
		walrus: true
		whiskers: true

Install

Install this DocPad plugin by entering docpad install consolidate 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?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

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:

and licensed under:

About

Template Engine Consolidation for DocPad

License:Other


Languages

Language:HTML 62.2%Language:JavaScript 32.7%Language:Handlebars 2.2%Language:Haml 1.5%Language:Pug 1.4%