Skip to content

A plugin to enable jade to be used as a content page (not just a template)

Notifications You must be signed in to change notification settings

smebberson/wintersmith-jade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wintersmith-jade

A plugin to enable jade to be used as a content page (not just a template).

Looking for maintainers

I'm no longer able to look after this package, as well as it deservers. If anyone is interested in taking it over, please let me know! Open an issue on this repository, and we'll go from there!

Usage

Create a .jade file in your content directory. Wintersmith would usually ignore those without this plugin. With the wintersmith-jade plugin, Wintersmith will now pick up those as content and render the Jade as HTML like any other plugin.

To provide Wintersmith with metadata, use the following as a formatting example.

---
title: 'Title'
subtitle: 'Subtitle'
date: '2013/10/12'
teaser: 'Here is a sample teaser.'
template: 'standard.jade'
---

p Content here.

About

A plugin to enable jade to be used as a content page (not just a template)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published