From b84efff11943dc926d5e04892c215d5533dc4bc0 Mon Sep 17 00:00:00 2001
From: Marc-Niclas Harm <dev@codehat.de>
Date: Sun, 30 Jan 2022 16:16:27 +0000
Subject: [PATCH] feat: Added Plausible Analytics (#296)

---
 README.md |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index e05bd5e..aa34ab3 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@
 - Google Analytics (optional)
 - Comments powered by Disqus, Commento or Utteranc.es (optional)
 - SimpleAnalytics (optional)
+- Plausible Analytics (optional)
 - KaTex support (optional)
 - Formspree Contact Form (optional)
 - Twitter Cards support
@@ -406,6 +407,16 @@
 # customurl = "https://analytics.example.com"
 ```
 
+### Plausible Analytics
+
+To use Plausible Analytics, include the following section and change the domain to your site's domain. If you self-host Plausible, you can optionally specify the url of your own instance.
+
+```toml
+[params.plausibleAnalytics]
+domain = "example.com"
+# serverURL = "https://analytics.example.com"
+```
+
 ### Google Site Verification
 
 To use Google Site Verification, add the following line to the `[params]`:

--
Gitblit v1.10.0