#!/bin/sh
echo "==> Building the site…"
bundle exec jekyll build $@
