mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add support for Fathom Analytics (#264)
* Add support for Fathom Analytics * Add myself to CONTRIBUTORS.md * Set default for serverURL and check for siteID * Update layouts/_default/baseof.html Co-Authored-By: Luiz F. A. de Prá <luizdepra@users.noreply.github.com> Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
This commit is contained in:
@@ -50,6 +50,12 @@ disqusShortname = "yourdiscussshortname"
|
||||
# Custom JS
|
||||
custom_js = []
|
||||
|
||||
# If you want to use fathom(https://usefathom.com) for analytics, add this section
|
||||
[params.fathomAnalytics]
|
||||
siteID = "ABCDE"
|
||||
# Default value is cdn.usefathom.com, overwrite this if you are self-hosting
|
||||
serverURL = "analytics.example.com"
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
series = "series"
|
||||
|
||||
Reference in New Issue
Block a user