/nebraskajs.com

Web site for Nebraska programmers dedicated to the JavaScript programming language.

Primary LanguageCSS

NebraskaJS

Web site for Nebraska programmers dedicated to the JavaScript programming language.

Building the Site

Use NPM to install the dependencies.

npm install

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.

Fetching Presenters

Add the new Presenter’s twitter and github handles to _presenters/presenters.json

grunt presenters
grunt

Logo Image Guidelines

Changes to the Logo must be updated at these locations:

Credits

TODOs