Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad-archive/docpad-skeleton-zurb
https://github.com/docpad-archive/docpad-skeleton-zurb
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docpad-archive/docpad-skeleton-zurb
- Owner: docpad-archive
- License: other
- Created: 2013-09-24T02:32:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T09:19:28.000Z (about 11 years ago)
- Last Synced: 2024-05-02T00:14:13.846Z (6 months ago)
- Language: JavaScript
- Size: 968 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Zurb Foundation](http://twitter.github.com/bootstrap/) skeleton for [DocPad](https://github.com/bevry/docpad)
A clean responsive template that contains a logical setup for a website + blog.
## Getting Started
1. [Install DocPad](https://github.com/bevry/docpad)
2. Because this template uses [docpad-plugin-sass](https://github.com/docpad/docpad-plugin-sass) here's some needed stuff:
1. [Install Ruby](http://www.ruby-lang.org/en/downloads/)
2. [Install the Sass Gem] (http://rubygems.org/gems/sass/)
3. [Install Bourbon Gem](http://bourbon.io/) A simple and lightweight mixin library for Sass3. This template also uses [Grunt](http://gruntjs.com/) to do some of it's build-tasks, such as minification. So you need to:
1.[Install Grunt](http://gruntjs.com/getting-started)
2. The result is that grunt becomes globally available. Have a check by typing `grunt` on the commandline.4. Clone the project and run the server
``` bash
git clone git://github.com/clearskyabove/zurb-foundation.docpad.git
cd zurb-foundation.docpad
npm install && bourbon install
docpad run
```5. [Open http://localhost:9778/](http://localhost:9778/)
6. Start hacking away by modifying the `src` directory
7. Already installed [docpages-plugin-ghpages](https://github.com/docpad/docpad-plugin-ghpages) for easy publishing to github pages. See the link for how to publish.
## 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)
## Boring Legal Stuff
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/), © [ClearSkyABove](http://clearskyabove.com)