feat: add Fathom
This commit is contained in:
parent
4de2f11f61
commit
1700ff9ca5
|
@ -14,6 +14,9 @@ email: oliver@oliverdavies.uk
|
|||
experience:
|
||||
start_year: 2007
|
||||
|
||||
fathom:
|
||||
id: ~
|
||||
|
||||
github:
|
||||
gist:
|
||||
url: 'https://gist.github.com/%github.name%'
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
imports:
|
||||
- sculpin_site.yml
|
||||
|
||||
fathom:
|
||||
id: NYZEZAKS
|
||||
|
||||
plausible:
|
||||
domain: 'oliverdavies.uk'
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
{% include 'meta' with { page, site } only %}
|
||||
|
||||
<script src="https://cdn.usefathom.com/script.js" data-site="{{ site.fathom.id }}" defer></script>
|
||||
|
||||
{% include 'plausible' with {
|
||||
plausible: site.plausible,
|
||||
} only %}
|
||||
|
|
Loading…
Reference in a new issue