#!/bin/sh

set -e

bundle exec jekyll serve --watch --incremental --baseurl ''
