#!/bin/bash

local-jekyll serve --watch \
  --source spec/test-site \
  --destination spec/test-site/_site
