#!/bin/bash
set -xeuo pipefail

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

bundle exec jekyll build --incremental --strict_front_matter
