diff --git a/mkdocs.yml b/mkdocs.yml
index d62a16a..727ed93 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -102,8 +102,7 @@ extra:
link: https://mastodon.social/@Gradle
name: Mastodon
analytics:
- provider: google
- property: G-7W7NC6YNPT
+ provider: custom
nav:
- Home: README.md
diff --git a/overrides/main.html b/overrides/main.html
index 3070348..9e78d7c 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -1,3 +1,10 @@
{% extends "base.html" %}
-
+{% block scripts %}
+ {{ super() }}
+
+
+
+
+{% endblock %}
diff --git a/overrides/partials/integrations/analytics/custom.html b/overrides/partials/integrations/analytics/custom.html
new file mode 100644
index 0000000..79b3311
--- /dev/null
+++ b/overrides/partials/integrations/analytics/custom.html
@@ -0,0 +1,8 @@
+
+
+