chore: analytics tweaks
This commit is contained in:
parent
33849fafe1
commit
f38ad40801
6 changed files with 40 additions and 14 deletions
|
@ -34,4 +34,8 @@
|
|||
/sitemap.txt /sitemap.xml 301!
|
||||
|
||||
# netlify app domain
|
||||
https://cdme.netlify.app https://coryd.dev 301!
|
||||
https://cdme.netlify.app https://coryd.dev 301!
|
||||
|
||||
# analytics
|
||||
/js/script.js https://plausible.io/js/script.js 200
|
||||
/api/event https://plausible.io/api/event 200
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1687802593944
|
||||
"timestamp": 1687874593562
|
||||
}
|
22
cache/jsonfeed-to-mastodon.json
vendored
22
cache/jsonfeed-to-mastodon.json
vendored
|
@ -4550,5 +4550,27 @@
|
|||
"https://social.lol/users/cory/statuses/110611358657485068"
|
||||
],
|
||||
"lastTootTimestamp": 1687795389721
|
||||
},
|
||||
"https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb": {
|
||||
"id": "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb",
|
||||
"title": "📖: The Inner Game of Work",
|
||||
"url": "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb",
|
||||
"content_text": "📖: The Inner Game of Work https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb",
|
||||
"date_published": "2023-06-27T02:46:05-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110614189597919883"
|
||||
],
|
||||
"lastTootTimestamp": 1687838586449
|
||||
},
|
||||
"https://letterboxd.com/cdme/film/marathon-man/": {
|
||||
"id": "https://letterboxd.com/cdme/film/marathon-man/",
|
||||
"title": "🎥: Marathon Man, 1976 - ★★★½",
|
||||
"url": "https://letterboxd.com/cdme/film/marathon-man/",
|
||||
"content_text": "🎥: Marathon Man, 1976 - ★★★½ https://letterboxd.com/cdme/film/marathon-man/",
|
||||
"date_published": "2023-06-27T12:37:53-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110616549358389834"
|
||||
],
|
||||
"lastTootTimestamp": 1687874593558
|
||||
}
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{%- capture fullUrl %}{{ site.url }}{{ page.url }}{% endcapture -%}
|
||||
<!doctype html>
|
||||
<!--suppress JSUnresolvedLibraryURL -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
|
@ -63,7 +64,7 @@
|
|||
<script type="application/ld+json">
|
||||
{% jsonLd meta, type, tags %}
|
||||
</script>
|
||||
<script src="https://cdn.usefathom.com/script.js" data-site="ZDSEBUEA" defer></script>
|
||||
<script defer data-domain="coryd.dev" src="https://coryd.dev/js/script.js"></script>
|
||||
</head>
|
||||
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800">
|
||||
{{ content }}
|
||||
|
|
|
@ -26,9 +26,8 @@ meta:
|
|||
|
||||
Referral links for services I use. I save some money, and you do as well if you choose to use them.
|
||||
|
||||
- <a href="https://ref.fm/u28939392" onclick="fathom.trackGoal('UD5XFEEZ', 0)">Fastmail</a>
|
||||
- <a href="https://nextdns.io/?from=m56mt3z6" onclick="fathom.trackGoal('S87ZPMLV', 0)">NextDNS</a>
|
||||
- <a href="https://dnsimple.com/r/3a7cbb9e15df8f" onclick="fathom.trackGoal('BWXKK16K', 0)">DNSimple</a>
|
||||
- <a href="https://bunny.net?ref=revw3mehej" onclick="fathom.trackGoal('OYACX1AU', 0)">Bunny.net</a>
|
||||
- <a href="https://usefathom.com/ref/LEHPBZ" onclick="fathom.trackGoal('JCEU6TF0', 0)">Fathom Analytics</a>
|
||||
- <a href="https://m.do.co/c/3635bf99aee2" onclick="fathom.trackGoal('R54WK3UM', 0)">DigitalOcean</a>
|
||||
- [Fastmail](https://ref.fm/u28939392)
|
||||
- [NextDNS](https://nextdns.io/?from=m56mt3z6)
|
||||
- [DNSimple](https://dnsimple.com/r/3a7cbb9e15df8f)
|
||||
- [Bunny.net](https://bunny.net?ref=revw3mehej)
|
||||
- [DigitalOcean](https://m.do.co/c/3635bf99aee2)
|
||||
|
|
10
src/uses.md
10
src/uses.md
|
@ -70,11 +70,11 @@ Software and services that I use for work and my own enjoyment.
|
|||
|
||||
<h3 className="text-xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-2xl sm:leading-10 md:text-4xl md:leading-14">Services</h3>
|
||||
|
||||
- <a href="https://ref.fm/u28939392" onclick="fathom.trackGoal('UD5XFEEZ', 0)">Fastmail</a>
|
||||
- <a href="https://nextdns.io/?from=m56mt3z6" onclick="fathom.trackGoal('S87ZPMLV', 0)">NextDNS</a>
|
||||
- <a href="https://dnsimple.com/r/3a7cbb9e15df8f" onclick="fathom.trackGoal('BWXKK16K', 0)">DNSimple</a>
|
||||
- <a href="https://bunny.net?ref=revw3mehej" onclick="fathom.trackGoal('OYACX1AU', 0)">Bunny.net</a>
|
||||
- <a href="https://usefathom.com/ref/LEHPBZ" onclick="fathom.trackGoal('JCEU6TF0', 0)">Fathom Analytics</a>
|
||||
- [Fastmail](https://ref.fm/u28939392)
|
||||
- [NextDNS](https://nextdns.io/?from=m56mt3z6)
|
||||
- [DNSimple](https://dnsimple.com/r/3a7cbb9e15df8f)
|
||||
- [Bunny.net](https://bunny.net?ref=revw3mehej)
|
||||
- [Plausible analytics](https://plausible.io)
|
||||
- [Mullvad](https://mullvad.net)
|
||||
- [forwardemail.net](https://forwardemail.net)
|
||||
- [1Password](https://1password.com)
|
||||
|
|
Reference in a new issue