Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jh3y/html5-boilerplate-jade-less-livereload.docpad
A skeleton for docpad using html5 boilerplate, less and jade.
https://github.com/jh3y/html5-boilerplate-jade-less-livereload.docpad
coffeescript docpad docpad-project html5-boilerplate jade skeleton
Last synced: 26 days ago
JSON representation
A skeleton for docpad using html5 boilerplate, less and jade.
- Host: GitHub
- URL: https://github.com/jh3y/html5-boilerplate-jade-less-livereload.docpad
- Owner: jh3y
- Created: 2013-10-01T13:13:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T11:07:40.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T22:03:03.542Z (7 months ago)
- Topics: coffeescript, docpad, docpad-project, html5-boilerplate, jade, skeleton
- Language: CoffeeScript
- Size: 159 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [HTML5 Boilerplate](http://html5boilerplate.com/), [Jade](http://jade-lang.com) and [Less](http://lesscss.org) skeleton for [DocPad](https://github.com/bevry/docpad)
Bare essentials for building a modern website with best practices using jade and less. livereload used to aid development.## Getting Started
1. [Install DocPad](https://github.com/bevry/docpad)
1. Clone the project and run the server
``` bash
git clone git://github.com/jh3y/html5-boilerplate-jade-less-livereload.docpad.git
cd html5-boilerplate-jade-less-livereload.docpad
npm install
docpad run
```1. [Open http://localhost:9778/](http://localhost:9778/)
1. Start hacking away by modifying the `src` directory
## License
This skeleton is made ["public domain"](http://en.wikipedia.org/wiki/Public_domain) using the [Creative Commons Zero](http://creativecommons.org/publicdomain/zero/1.0/), as such before you publish your website you should place your desired license here and within the `LICENSE.md` file.
If you are wanting to open-source your website, we suggest using the [Creative Commons Attribution License](http://creativecommons.org/licenses/by/3.0/) for content and the [MIT License](http://creativecommons.org/licenses/MIT/) for code. In which case you'd probably want to use the following as your license:
Unless stated otherwise, all content is licensed under the [Creative Commons Attribution License](http://creativecommons.org/licenses/by/3.0/) and code licensed under the [MIT License](http://creativecommons.org/licenses/MIT/), © [Your Name](http://your.website)
If you are wanting to close-source your website, we'd suggest using the following:
Copyright [Your Name](http://your.website). All rights reserved.
Other included things such as themes and libraries are likely already licensed by their own invidual licenses, so be sure to respect their licenses too.
Thanks, the DocPad team loves you.