aboutsummaryrefslogtreecommitdiff
path: root/lychee.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-06 15:26:03 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-06 15:26:03 -0700
commit25fa2237ba8a96a86bf5db30baa597a5b25168d7 (patch)
treed1c6fe71973d532bed4d05b29f995abcc3d4623d /lychee.toml
parentconvert index from markdown to org (diff)
downloadfcuny.net-25fa2237ba8a96a86bf5db30baa597a5b25168d7.tar.gz
generate the site and the resume using pandoc
Diffstat (limited to 'lychee.toml')
-rw-r--r--lychee.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/lychee.toml b/lychee.toml
deleted file mode 100644
index 52d3842..0000000
--- a/lychee.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-# Enable link caching.
-cache = true
-
-# Discard all cached requests older than one day.
-max_cache_age = "1d"
-
-# Maximum number of allowed retries before a link is declared dead.
-max_retries = 3
-
-# User agent to send with each request.
-# https://www.whatismybrowser.com/guides/the-latest-user-agent/chrome
-user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"
-
-# Minimum wait time in seconds between retries of failed requests.
-retry_wait_time = 3
-
-# Comma-separated list of accepted status codes for valid links.
-accept = [200, 403]
-
-# Exclude all private IPs from checking.
-exclude_all_private = true