mirror of
https://github.com/ivabus/www
synced 2024-11-10 18:55:15 +03:00
14 lines
317 B
TOML
14 lines
317 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:.*@.*",
|
||
|
]
|