|
@@ -62,13 +62,17 @@ disqusShortname = "yourdiscussshortname"
|
|
|
siteID = "ABCDE"
|
|
siteID = "ABCDE"
|
|
|
# Default value is cdn.usefathom.com, overwrite this if you are self-hosting
|
|
# Default value is cdn.usefathom.com, overwrite this if you are self-hosting
|
|
|
serverURL = "analytics.example.com"
|
|
serverURL = "analytics.example.com"
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
# If you want to use plausible(https://plausible.io) for analytics, add this section
|
|
# If you want to use plausible(https://plausible.io) for analytics, add this section
|
|
|
[params.plausibleAnalytics]
|
|
[params.plausibleAnalytics]
|
|
|
domain = "example.com"
|
|
domain = "example.com"
|
|
|
# Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
|
|
# Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
|
|
|
serverURL = "analytics.example.com"
|
|
serverURL = "analytics.example.com"
|
|
|
|
|
|
|
|
|
|
+# If you want to use goatcounter(https://goatcounter.com) for analytics, add this section
|
|
|
|
|
+[params.goatCounter]
|
|
|
|
|
+ code = "code"
|
|
|
|
|
+
|
|
|
[taxonomies]
|
|
[taxonomies]
|
|
|
category = "categories"
|
|
category = "categories"
|
|
|
series = "series"
|
|
series = "series"
|