www/lychee.toml

36 lines
1.5 KiB
TOML
Raw Normal View History

2022-08-22 23:12:58 +03:00
verbose = true
no-progress = true
scheme = []
base = "./public"
exclude-mail = true
include = ["./public/**/*.md", "./public/**/*.html"]
exclude = [
"https://github.com/",
"https://twitter.com/",
2022-08-22 23:12:58 +03:00
"https://fonts.gstatic.com/",
"https://fonts.googleapis.com/",
"https://www.clarity.ms/tag/",
"https://www.googletagmanager.com/gtm.js",
".*/mailto:.*@.*",
2022-12-15 02:08:27 +03:00
"https://tea.xyz/tea.white-paper", # fragment used in js
2022-10-04 00:19:14 +03:00
"https://tea.xyz/tea.products",
2022-10-04 02:59:54 +03:00
"https://tea.xyz/tea.nebraska-man",
2022-10-05 23:05:58 +03:00
"https://tea.xyz/tea.cli",
"https://github.com/teaxyz/pantry",
2022-10-04 02:13:56 +03:00
"https://tea.xyz/tea.authentication-success",
2022-10-04 22:10:20 +03:00
"https://tea.xyz/tea.email-subscribe",
2022-10-26 01:57:32 +03:00
"https://www.google.com/thank-you",
2022-10-26 22:32:22 +03:00
"file:///home/runner/work/www/www/public/tea.white-paper.pdf",
2022-10-26 23:01:52 +03:00
"file:///home/runner/work/www/www/public/manage.kmail-lists.com/subscriptions/subscribe",
2022-11-01 19:13:34 +03:00
"file:///home/runner/work/www/www/public/www.klaviyo.com/media/js/public/klaviyo_subscribe.js",
2022-11-10 01:09:09 +03:00
"https://openssl.org/",
2022-12-08 00:02:41 +03:00
"https://twitter.com/teaxyz_",
2022-12-08 16:19:33 +03:00
"file:///home/runner/work/www/www/public/+github.com/rhash/RHash",
2022-12-15 02:08:27 +03:00
"file:///home/runner/work/www/www/public/+github.com/rhash/RHash",
"https://app.tea.xyz/api/signups", # can take a little too long, and no reason to hammer here.
2022-12-20 20:41:28 +03:00
"https://unicode.org/",
2022-12-28 01:40:59 +03:00
"https://gnome.org/",
2022-12-29 18:45:59 +03:00
"https://libuv.org/",
"file:///home/runner/work/www/www/public/blog",
2022-08-22 23:12:58 +03:00
]