From 9d9e0525e5ff76134e290d0f9ecdf8cfc9023ceb Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Wed, 7 Oct 2020 19:22:10 -0400 Subject: [PATCH] plausible analytics trial --- _config.yml | 2 +- _includes/analytics-providers/custom.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _includes/analytics-providers/custom.html diff --git a/_config.yml b/_config.yml index cd6a02c..0b800ef 100644 --- a/_config.yml +++ b/_config.yml @@ -85,7 +85,7 @@ social: # Analytics analytics: - provider : false # false (default), "google", "google-universal", "google-gtag", "custom" + provider : "custom" google: tracking_id : anonymize_ip : # true, false (default) diff --git a/_includes/analytics-providers/custom.html b/_includes/analytics-providers/custom.html new file mode 100644 index 0000000..34868c5 --- /dev/null +++ b/_includes/analytics-providers/custom.html @@ -0,0 +1 @@ + \ No newline at end of file