Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeumus/new-docpad.org
A pretty DocPad.org :white_large_square:
https://github.com/mikeumus/new-docpad.org
Last synced: 25 days ago
JSON representation
A pretty DocPad.org :white_large_square:
- Host: GitHub
- URL: https://github.com/mikeumus/new-docpad.org
- Owner: mikeumus
- License: other
- Created: 2014-04-18T06:08:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T07:08:54.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T02:54:20.255Z (7 months ago)
- Language: HTML
- Homepage: http://mikeumus.github.io/new-docpad.org/
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [YUI Purecss](http://purecss.io/) skeleton for [DocPad](https://github.com/bevry/docpad)
Simple, flexible and clean HTML, CSS, for popular user interface components and interactions.![Alt text](https://googledrive.com/host/0B9LVk4xbDIJTSWVYcU5fb0RUVVk/purecss-docpad.png "Screen shot of Purecss landing page template in google chrome on a local docpad server.")
## Getting Started
1. [Install DocPad](https://github.com/bevry/docpad)
1. Clone the project and run the server
``` bash
git clone git://github.com/MassDistributionMedia/yui-purecss.docpad.git
cd yui-purecss.docpad
npm install
docpad run
```1. [Open http://localhost:9778/](http://localhost:9778/)
1. Start hacking away by modifying the `src` directory
## I'm getting EMFILE errors
[See here for the reason why and the solution](http://docpad.org/docs/troubleshoot#i-m-getting-emfile-too-many-open-files)
## 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.
Thank You. The DocPad & MDM teams love you. <3