#! /bin/sh set -o errexit set -o nounset set -o xtrace cabal v2-run exe:site -- rebuild # See also lychee.toml and .lycheeignore. lychee --cache --no-progress --require-https --root-dir "$( realpath _site )" _site