Week 27 of 2025

Development log of Tad Lispy website

2 items
  1. Connect Fathom Analytics
  2. Lower "broken" external link level to warning

Connect Fathom Analytics

On by Tad Lispy

index 06a616a..ac95fd2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,6 +26,8 @@
=        <meta name="msapplication-TileColor" content="#da532c">
=        <meta name="theme-color" content="#ffffff">
=
+        <script src="https://cdn.usefathom.com/script.js" data-site="ODXZZEEQ" defer></script>
+
=    </head>
=    <body class="container">
=        {% block content %}

On by Tad Lispy

Seems like some services (e.g. stackoverflow) are blocking connections from CI servers.

index 5521642..d07db2f 100644
--- a/config.toml
+++ b/config.toml
@@ -12,5 +12,9 @@ build_search_index = true
=# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
=highlight_code = true
=
+[link_checker]
+# Seems like some services (e.g. stackoverflow) are blocking connections from CI servers
+external_level = "warn"
+
=[extra]
=# Put all your custom variables here