The website for the JS Unconf 2015. It is developed with Metalsmith.
Clone the repo, install the npm modules.
npm installStart the preview server:
npm startTo build the static site run:
npm run buildRun deploy to build and deploy the build to the gh-pages branch:
npm run deployThis will be done by travis as soon as something gets on the master branch.