summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.lycheeignore1
-rwxr-xr-xscript/check2
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 392d1b6..af1c5f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ _cache
_site
.ghc.environment.x86_64-openbsd-8.6.4
dist-newstyle
+.lycheecache
diff --git a/.lycheeignore b/.lycheeignore
index 42fe8df..49fa5a7 100644
--- a/.lycheeignore
+++ b/.lycheeignore
@@ -1,2 +1,3 @@
http://100.64.1.2:8080/disklabel_template
puffy@127.0.0.1
+data:,
diff --git a/script/check b/script/check
index 0e42b97..8694082 100755
--- a/script/check
+++ b/script/check
@@ -7,4 +7,4 @@ set -o xtrace
cabal v2-run exe:site -- rebuild
# See also lychee.toml and .lycheeignore.
-lychee _site
+lychee --cache --no-progress _site
Generated by cgit. See skreutz.com for my tech blog and contact information.