From 4a6b8fd3551842e89dd15f8181056fe48a3b04f7 Mon Sep 17 00:00:00 2001
From: Wil Kong <alpha0422@gmail.com>
Date: Mon, 15 May 2023 12:34:57 +0000
Subject: [PATCH] Add Baidu Analytics (#808)

---
 exampleSite/config.toml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ff03254..4a0dc6f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -66,6 +66,10 @@
 # [params.cloudflare]
 # token = "token"
 
+# If you want to use Baidu Analytics(https://tongji.baidu.com) for analytics, add this section
+# [params.baidu]
+# token = "token"
+
 # If you want to use Matomo(https://matomo.org) for analytics, add this section
 # [params.matomo]
 # siteID = "ABCDE" # Default value is "1", overwrite this if you are cloud-hosting

--
Gitblit v1.10.0