Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad-archive/docpad-skeleton-kitchensink
A DocPad Skeleton useful for showcasing different features and functionality of DocPad. Implemented using Twitter Bootstrap.
https://github.com/docpad-archive/docpad-skeleton-kitchensink
docpad-project unsupported
Last synced: 2 days ago
JSON representation
A DocPad Skeleton useful for showcasing different features and functionality of DocPad. Implemented using Twitter Bootstrap.
- Host: GitHub
- URL: https://github.com/docpad-archive/docpad-skeleton-kitchensink
- Owner: docpad-archive
- License: other
- Created: 2011-08-26T03:42:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-05T04:18:48.000Z (about 9 years ago)
- Last Synced: 2024-03-26T02:49:46.663Z (8 months ago)
- Topics: docpad-project, unsupported
- Language: CoffeeScript
- Homepage: http://docpad-kitchensink.herokuapp.com/
- Size: 685 KB
- Stars: 20
- Watchers: 19
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The Kitchensink Skeleton, for [DocPad](http://docpad.org)
A DocPad Skeleton useful for showcasing different features and functionality of DocPad. Implemented using [Twitter Bootstrap](http://twitter.github.com/bootstrap/) .
## Getting Started
1. [Install DocPad](http://docpad.org)
1. Clone the project and run the server
``` bash
git clone git://github.com/docpad/kitchensink.docpad.git
cd kitchensink.docpad
npm install -f
docpad run
```1. [Open http://localhost:9778/](http://localhost:9778/)
1. Start hacking away by modifying the `src` directory
## License
The Kitchensink Skeleton for DocPad 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 Name (website)
All rights reservedOther 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.