From da945c1f5361bd0829cf58e7026dbf3c453da030 Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <cory.dransfeldt@gmail.com>
Date: Fri, 25 Aug 2023 11:28:45 -0700
Subject: [PATCH] chore: update uses

---
 src/_data/analytics.js | 18 ------------------
 src/_data/nav.js       |  6 +++++-
 src/referrals.md       |  1 -
 src/uses.md            |  2 --
 4 files changed, 5 insertions(+), 22 deletions(-)
 delete mode 100644 src/_data/analytics.js

diff --git a/src/_data/analytics.js b/src/_data/analytics.js
deleted file mode 100644
index f2590f15..00000000
--- a/src/_data/analytics.js
+++ /dev/null
@@ -1,18 +0,0 @@
-const EleventyFetch = require('@11ty/eleventy-fetch')
-
-module.exports = async function () {
-  const API_KEY_FATHOM = process.env.API_KEY_FATHOM
-  const url =
-    'https://api.usefathom.com/v1/aggregations?entity=pageview&entity_id=RBCOWZTA&aggregates=pageviews&field_grouping=pathname&sort_by=pageviews:desc&limit=10'
-  const res = EleventyFetch(url, {
-    duration: '1h',
-    type: 'json',
-    fetchOptions: {
-      headers: {
-        Authorization: `Bearer ${API_KEY_FATHOM}`,
-      },
-    },
-  }).catch()
-  const pages = await res
-  return pages.filter((p) => p.pathname.includes('posts'))
-}
diff --git a/src/_data/nav.js b/src/_data/nav.js
index c0e7f8a2..5b0af551 100644
--- a/src/_data/nav.js
+++ b/src/_data/nav.js
@@ -27,7 +27,11 @@ module.exports = async function () {
     resume: [
       { name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
       { name: 'LinkedIn', url: 'https://www.linkedin.com/in/cdransf/', icon: 'brand-linkedin' },
-      { name: 'SavvyCal', url: 'https://savvycal.com/coryd/quick-call', icon: 'calendar-plus' },
+      {
+        name: 'Google Calendar',
+        url: 'https://calendar.app.google/sdgyNSx3RcWuatfT6',
+        icon: 'calendar-plus',
+      },
     ],
   }
 }
diff --git a/src/referrals.md b/src/referrals.md
index 0b64c9b6..e0dfc628 100644
--- a/src/referrals.md
+++ b/src/referrals.md
@@ -26,7 +26,6 @@ meta:
 
 Referral links for services I use. I save some money, and you do as well if you choose to use them.
 
-- [SavvyCal](https://savvycal.com/?via=cory)
 - [NextDNS](https://nextdns.io/?from=m56mt3z6)
 - [DNSimple](https://dnsimple.com/r/3a7cbb9e15df8f)
 - [Bunny.net](https://bunny.net?ref=revw3mehej)
diff --git a/src/uses.md b/src/uses.md
index 02070509..1fc12286 100644
--- a/src/uses.md
+++ b/src/uses.md
@@ -70,7 +70,6 @@ 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>
 
 - [Google Workspace](https://workspace.google.com)
-- [SavvyCal](https://savvycal.com/?via=cory)
 - [NextDNS](https://nextdns.io/?from=m56mt3z6)
 - [DNSimple](https://dnsimple.com/r/3a7cbb9e15df8f)
 - [Bunny.net](https://bunny.net?ref=revw3mehej)
@@ -84,7 +83,6 @@ Software and services that I use for work and my own enjoyment.
 - [Letterboxd](https://letterboxd.com)
 - [Goodreads](https://goodreads.com)
 - [Reader](https://readwise.io/read)
-- [Zoom](https://zoom.us)
 - [Slack](http://slack.com)
 - [Discord](http://discord.com)