Cloudflare Analytics provides free, privacy-first analytics for your website.
Become a backer or sponsor to support our work.
Module | github.com/hugomods/cloudflare-analytics |
---|---|
Stats |
1module:
2 imports:
3 - path: github.com/hugomods/cloudflare-analytics
1[module]
2 [[module.imports]]
3 path = 'github.com/hugomods/cloudflare-analytics'
1{
2 "module": {
3 "imports": [
4 {
5 "path": "github.com/hugomods/cloudflare-analytics"
6 }
7 ]
8 }
9}
Note
Please skip this step if your theme supports HugoPress, such as HB Framework themes.
1<head>
2 {{ partialCached "hugomods/baidu-analytics/index" . .Params.analyze }}
3</head>
params.services.cloudflare_analytics.token
Name | Context | Type | Required | Default | Since | Example |
---|---|---|---|---|---|---|
params.services.cloudflare_analytics.token | - | string | - | - | - | - |
Cloudflare beacon token.
hugo.yaml
1params:
2 services:
3 cloudflare_analytics:
4 token: XXXXXXXX
hugo.toml
1[params]
2 [params.services]
3 [params.services.cloudflare_analytics]
4 token = 'XXXXXXXX'
hugo.json
1{
2 "params": {
3 "services": {
4 "cloudflare_analytics": {
5 "token": "XXXXXXXX"
6 }
7 }
8 }
9}
analyze
Name | Context | Type | Required | Default | Since | Example |
---|---|---|---|---|---|---|
analyze | - | boolean | - | true | - | - |
Exclude pages from being tracked if false
.