mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add goatcounter analytics support (#430)
* adding goatcounter analytics support * Update CONTRIBUTORS.md
This commit is contained in:
@@ -62,13 +62,17 @@ disqusShortname = "yourdiscussshortname"
|
||||
siteID = "ABCDE"
|
||||
# Default value is cdn.usefathom.com, overwrite this if you are self-hosting
|
||||
serverURL = "analytics.example.com"
|
||||
|
||||
|
||||
# If you want to use plausible(https://plausible.io) for analytics, add this section
|
||||
[params.plausibleAnalytics]
|
||||
domain = "example.com"
|
||||
# Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
|
||||
serverURL = "analytics.example.com"
|
||||
|
||||
# If you want to use goatcounter(https://goatcounter.com) for analytics, add this section
|
||||
[params.goatCounter]
|
||||
code = "code"
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
series = "series"
|
||||
|
||||
Reference in New Issue
Block a user