#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

jekyll serve --config "$DIR/../_config.dev.yml" --watch
