mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add support for plausible analytics (#382)
* Add myself to contributors.md * Add plausible config to example * Add plausible to base layout * Add plausible analytics snippet * Remove unneeded part of snippet * Add plausible config to stackbit
This commit is contained in:
@@ -60,6 +60,12 @@ 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"
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
|
||||
Reference in New Issue
Block a user