https://github.com/regular/hoverweb
Hovercraft website
https://github.com/regular/hoverweb
Last synced: 3 months ago
JSON representation
Hovercraft website
- Host: GitHub
- URL: https://github.com/regular/hoverweb
- Owner: regular
- License: other
- Created: 2016-04-13T12:37:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T18:33:49.000Z (about 10 years ago)
- Last Synced: 2025-05-31T22:10:35.817Z (11 months ago)
- Language: HTML
- Size: 867 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Bootstrap](http://getbootstrap.com/) with [Jade](http://jade-lang.com) skeleton for [DocPad](https://github.com/bevry/docpad)
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
## Getting Started
1. [Install DocPad](https://github.com/bevry/docpad)
1. Clone the project and run the server
``` bash
mkdir my-website
cd my-website
docpad run --skeleton bootstrap-jade
```
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 individual licenses, so be sure to respect their licenses too.
Thanks, the DocPad team loves you.