Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2022-02-19 10:29:26 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2022-02-19 10:29:26 +0300
commit4f5f7d3e3b821b8e5dc2a70673f2053e4f819a69 (patch)
tree67c11615eef4c4acd5a573e0d6ca4a95bc43dc4a
parente189edd888f2c5fc670c2b8c0c06c913e1bcf3d4 (diff)
Updated Customization (markdown)
-rw-r--r--Customization.md11
1 files changed, 10 insertions, 1 deletions
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":