An open API service indexing awesome lists of open source software.

https://github.com/zachleat/rawhyde

A boilerplate for the Jekyll/Grunt/Buttsweater combination used on zachleat.com and nebraskajs.com.
https://github.com/zachleat/rawhyde

Last synced: over 1 year ago
JSON representation

A boilerplate for the Jekyll/Grunt/Buttsweater combination used on zachleat.com and nebraskajs.com.

Awesome Lists containing this project

README

          

RawHyde
==========

A boilerplate for the Jekyll/Grunt/Buttsweater combination used on zachleat.com and nebraskajs.com.

### Building the Site

Use [NPM](http://npmjs.org) to install the dependencies.

npm install

[Jekyll](https://github.com/mojombo/jekyll) is not available in npm, so you'll need to install it separately. Then, run the build script:

grunt

Output is generated into the `_site` directory. As is, the site's hierarchy (subfolders for posts) means that all of the resources are referenced using absolute urls and the site must be hosted at `/`. Set up a Virtual Host for the `_site` directory and modify your `/etc/hosts` to map that to a local development domain of your choosing.

### Credits

Built by [@zachleat](https://twitter.com/zachleat).