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.
- Host: GitHub
- URL: https://github.com/zachleat/rawhyde
- Owner: zachleat
- Created: 2013-07-06T19:57:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T17:26:18.000Z (almost 13 years ago)
- Last Synced: 2025-01-23T00:41:15.333Z (over 1 year ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/index.md
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).