#!/bin/sh
set -eu

cd "$(dirname "$0")/.."

bundle exec jekyll serve --watch --incremental --strict_front_matter
