From 34ac982a4bf9558ad0734ec49a09c3b1cd6ef6ed Mon Sep 17 00:00:00 2001
From: Rhys Perry <rhysperry111@gmail.com>
Date: Tue, 11 Aug 2020 19:02:49 +0000
Subject: [PATCH] Add support for plausible analytics (#382)
---
exampleSite/config.toml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d2e54a2..c95ec45 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -60,6 +60,12 @@
siteID = "ABCDE"
# Default value is cdn.usefathom.com, overwrite this if you are self-hosting
serverURL = "analytics.example.com"
+
+# If you want to use plausible(https://plausible.io) for analytics, add this section
+[params.plausibleAnalytics]
+ domain = "example.com"
+ # Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
+ serverURL = "analytics.example.com"
[taxonomies]
category = "categories"
--
Gitblit v1.10.0