From 93fb14e953a1c0275635093f6d22268236b3f216 Mon Sep 17 00:00:00 2001
From: Yash Mehrotra <yashmehrotra95@gmail.com>
Date: Tue, 11 Feb 2020 14:28:14 +0000
Subject: [PATCH] Add support for Fathom Analytics (#264)
---
exampleSite/config.toml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2a38e9b..61ed225 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -50,6 +50,12 @@
# Custom JS
custom_js = []
+# If you want to use fathom(https://usefathom.com) for analytics, add this section
+[params.fathomAnalytics]
+ siteID = "ABCDE"
+ # Default value is cdn.usefathom.com, overwrite this if you are self-hosting
+ serverURL = "analytics.example.com"
+
[taxonomies]
category = "categories"
series = "series"
--
Gitblit v1.10.0