#!/usr/bin/env bash

# This file was adapted from a Bundler-generated binstub.
# The application 'jekyll' is installed as part of a gem, and
# this file is here to facilitate running it.

set -euo pipefail

if [[ "${HOMEBREW_INSIDE_BUNDLE:-}" != "1" ]]; then
  export HOMEBREW_NO_AUTO_UPDATE=1
  eval "$(brew bundle --check --install env)"
fi

export JEKYLL_ENV="${JEKYLL_ENV:-development}"

bundle exec jekyll "$@"
