refactor: remove Fathom

Remove Fathom Analytics as I'm not using it.
This commit is contained in:
Oliver Davies 2022-06-28 06:30:29 +01:00
parent b7e9e42175
commit ffdefc35ba
3 changed files with 0 additions and 8 deletions

View file

@ -14,9 +14,6 @@ email: oliver@oliverdavies.uk
experience:
start_year: 2007
fathom:
id: ~
github:
gist:
url: 'https://gist.github.com/%github.name%'

View file

@ -2,9 +2,6 @@
imports:
- sculpin_site.yml
fathom:
id: NYZEZAKS
plausible:
domain: 'oliverdavies.uk'

View file

@ -7,8 +7,6 @@
{% 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 %}