File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 79
79
- [ Dave Rolsky] ( https://github.com/autarch )
80
80
- [ Joseph Sanders] ( https://github.com/jls83 )
81
81
- [ Rabin Adhikari] ( https://github.com/rabinadk1/ )
82
- - [ Hussaini Zulkifli] ( https://github.com/hussaini/ )
82
+ - [ Hussaini Zulkifli] ( https://github.com/hussaini/ )
83
+ - [ Ellison Leão] ( https://github.com/ellisonleao )
Original file line number Diff line number Diff line change @@ -62,13 +62,17 @@ disqusShortname = "yourdiscussshortname"
62
62
siteID = " ABCDE"
63
63
# Default value is cdn.usefathom.com, overwrite this if you are self-hosting
64
64
serverURL = " analytics.example.com"
65
-
65
+
66
66
# If you want to use plausible(https://plausible.io) for analytics, add this section
67
67
[params .plausibleAnalytics ]
68
68
domain = " example.com"
69
69
# Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
70
70
serverURL = " analytics.example.com"
71
71
72
+ # If you want to use goatcounter(https://goatcounter.com) for analytics, add this section
73
+ [params .goatCounter ]
74
+ code = " code"
75
+
72
76
[taxonomies ]
73
77
category = " categories"
74
78
series = " series"
Original file line number Diff line number Diff line change 131
131
{{- partial "analytics/plausible" . -}}
132
132
{{ end }}
133
133
134
+ {{ if and .Site.Params.goatCounter .Site.Params.goatCounter.code }}
135
+ {{- partial "analytics/goatcounter" . -}}
136
+ {{ end }}
134
137
</ body >
135
138
136
139
</ html >
Original file line number Diff line number Diff line change
1
+ < script data-goatcounter ="https://{{ $.Site.Params.goatCounter.code }}.goatcounter.com/count "
2
+ async src ="//gc.zgo.at/count.js "> </ script >
You can’t perform that action at this time.
0 commit comments