From 4f5f7d3e3b821b8e5dc2a70673f2053e4f819a69 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Sat, 19 Feb 2022 15:29:26 +0800 Subject: Updated Customization (markdown) --- Customization.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Customization.md b/Customization.md index 0a75c23..4bcc799 100644 --- a/Customization.md +++ b/Customization.md @@ -13,7 +13,7 @@ Thank you for your support! * [Change font scheme](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#change-default-font-scheme) * [Customize sidebar](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#customize-sidebar) - +* [Add Cloudflare Web Analytics](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-cloudflare-web-analytics) * [Add Google Analytics and Site Verification](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-google-analytics) * [Add Google Search Box on your site](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-google-search-box-on-your-site) @@ -81,6 +81,15 @@ weight = 1 ``` Note: `weight` is the priority of each item. **The lowest the weight is, the higher the priority is.** +## Add Cloudflare Web Analytics + +Please add this line to your site's "config.toml": + +```toml +[params] +cloudflareToken = "your cloudflare web analytics token" +``` + ## Add Google Analytics Please add this line to your site's "config.toml": -- cgit v1.2.3