Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmotz/jade-html5-boilerplate

HTML5 Boilerplate ported to Jade. Great as a drop and go markup skeleton for Express apps.
https://github.com/dmotz/jade-html5-boilerplate

boilerplate express html html5-boilerplate jade pug template

Last synced: 24 days ago
JSON representation

HTML5 Boilerplate ported to Jade. Great as a drop and go markup skeleton for Express apps.

Awesome Lists containing this project

README

        

# Jade HTML5 Boilerplate
> Simple port of [HTML5 Boilerplate](http://html5boilerplate.com) to [Jade](http://jade-lang.com)

[Dan Motzenbecker](https://twitter.com/dcmotz)

All credit goes to the [original contributors](https://github.com/h5bp/html5-boilerplate/graphs/contributors).

Discretionary portions of the original HTML5 Boilerplate are included,
but left as unbuffered comments by default. Uncomment to enable them.

`layout.jade` uses [Express](http://expressjs.com)-based resource paths,
while `layout_vanilla.jade` uses the originals.

Run `./build` to output the templates as HTML files.

Run `./test` to test the template renderings against references.

Tested with Jade `1.1.5`.