blob: aff860639b4b87f4ba09be52bfe31e0d0c67230d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /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 _site _site
|
for my tech blog and contact information.