feat(analytics): add fathom analytics (#1913)
This commit is contained in:
parent
bf6c996c4e
commit
befc4ce9c5
2 changed files with 9 additions and 0 deletions
|
@ -70,6 +70,8 @@ analytics:
|
||||||
domain: # fill in your Matomo domain
|
domain: # fill in your Matomo domain
|
||||||
cloudflare:
|
cloudflare:
|
||||||
id: # fill in your Cloudflare Web Analytics token
|
id: # fill in your Cloudflare Web Analytics token
|
||||||
|
fathom:
|
||||||
|
id: # fill in your Fathom Site ID
|
||||||
|
|
||||||
# Page views settings
|
# Page views settings
|
||||||
pageviews:
|
pageviews:
|
||||||
|
|
7
_includes/analytics/fathom.html
Normal file
7
_includes/analytics/fathom.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!-- Fathom -->
|
||||||
|
<script
|
||||||
|
src="https://cdn.usefathom.com/script.js"
|
||||||
|
data-site="{{ site.analytics.fathom.id }}"
|
||||||
|
defer>
|
||||||
|
</script>
|
||||||
|
<!-- End Fathom Code -->
|
Loading…
Reference in a new issue