Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dmotz/jade-html5-boilerplate
- Owner: dmotz
- License: mit
- Created: 2011-06-27T04:39:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T03:19:40.000Z (over 10 years ago)
- Last Synced: 2024-10-02T06:34:49.169Z (about 1 month ago)
- Topics: boilerplate, express, html, html5-boilerplate, jade, pug, template
- Language: Shell
- Homepage:
- Size: 173 KB
- Stars: 113
- Watchers: 9
- Forks: 78
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.