mirror of
https://github.com/ivabus/www
synced 2024-11-10 09:55:15 +03:00
25 lines
874 B
TOML
25 lines
874 B
TOML
verbose = true
|
|
no-progress = true
|
|
scheme = []
|
|
base = "./public"
|
|
exclude-mail = true
|
|
include = ["./public/**/*.md", "./public/**/*.html"]
|
|
exclude = [
|
|
"https://fonts.gstatic.com/",
|
|
"https://fonts.googleapis.com/",
|
|
"https://www.clarity.ms/tag/",
|
|
"https://www.googletagmanager.com/gtm.js",
|
|
".*/mailto:.*@.*",
|
|
"https://tea.xyz/tea.white-paper",
|
|
"https://tea.xyz/tea.products",
|
|
"https://tea.xyz/tea.nebraska-man",
|
|
"https://tea.xyz/tea.cli",
|
|
"https://github.com/teaxyz/pantry",
|
|
"https://tea.xyz/tea.authentication-success",
|
|
"https://tea.xyz/tea.email-subscribe",
|
|
"https://www.google.com/thank-you",
|
|
"file:///home/runner/work/www/www/public/tea.white-paper.pdf",
|
|
"file:///home/runner/work/www/www/public/manage.kmail-lists.com/subscriptions/subscribe",
|
|
"file:///home/runner/work/www/www/public/www.klaviyo.com/media/js/public/klaviyo_subscribe.js"
|
|
]
|