/newhavenio.github.io

active version of the website for newhaven.io built on the Jekyll framework

Primary LanguageCSSMIT LicenseMIT

NewHaven.io Jekyll site

New Jekyll site for NewHaven.io, using Bootstrap and Jekyll for more collaboration in development and blog writing.

Setup Dev Dependencies

$ gem install bundler # if not already installed
$ npm -g install yarn

Install Application Dependencies

$ bundle
$ yarn

Run Application Server

make sure to build the webpacks bundle.js before serving

$ yarn start

License

This program is licensed under the MIT License. Details can be found in LICENSE.CODE. Blog posts (the textual content of files matching the glob *.md in the posts directory) are licensed under the Creative Commons Attribution 4.0 License. Details can be found in LICENSE.CONTENT.