aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 3586257..ac26b1e 100644
--- a/config.toml
+++ b/config.toml
@@ -74,6 +74,20 @@ paths = "on"
taxonomies = "on"
anchors = "on"
+# Configuration of the link checker.
+[link_checker]
+# Skip link checking for external URLs that start with these prefixes
+skip_prefixes = [
+ "https://adeptus-mechanicus.blogspot.com/",
+ "https://adrianhenke.wordpress.com/",
+]
+
+# Treat internal link problems as either "error" or "warn", default is "error"
+internal_level = "warn"
+
+# Treat external link problems as either "error" or "warn", default is "error"
+external_level = "warn"
+
[extra]
# Put all your custom variables here