diff --git a/.github/workflows/blog-posts-to-readme.yaml b/.github/workflows/blog-posts-to-readme.yaml
index 42aebf76..d873892f 100644
--- a/.github/workflows/blog-posts-to-readme.yaml
+++ b/.github/workflows/blog-posts-to-readme.yaml
@@ -17,7 +17,7 @@ jobs:
- name: Commit file changes
run: |
git config --global user.name 'cdransf'
- git config --global user.email 'hi@coryd.dev'
+ git config --global user.email 'coryd@hey.com'
git add .
git diff --quiet --cached || git commit -m "Update README"
- name: Push changes
diff --git a/.github/workflows/fetch-artist-charts.yaml b/.github/workflows/fetch-artist-charts.yaml
index 4ab763de..881ff2fb 100644
--- a/.github/workflows/fetch-artist-charts.yaml
+++ b/.github/workflows/fetch-artist-charts.yaml
@@ -27,4 +27,4 @@ jobs:
with:
commit_message: Update artist charts for the week.
commit_user_name: cdransf
- commit_user_email: hi@coryd.dev
+ commit_user_email: coryd@hey.com
diff --git a/src/_data/meta.js b/src/_data/meta.js
index fa98e185..45d52559 100644
--- a/src/_data/meta.js
+++ b/src/_data/meta.js
@@ -3,7 +3,7 @@ export default {
siteDescription:
"I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.",
author: 'Cory Dransfeldt',
- authorEmail: 'hi@coryd.dev',
+ authorEmail: 'coryd@hey.com',
authorWebsite: 'https://coryd.dev',
themeColor: '#3b82f6',
url: process.env.URL || 'http://localhost:8080',
diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css
index 19214d28..aa083f49 100644
--- a/src/assets/styles/index.css
+++ b/src/assets/styles/index.css
@@ -221,7 +221,7 @@ nav ul li .active svg:hover {
}
/* social icons */
-.at svg { stroke: var(--brand-proton) !important; }
+.at svg { stroke: var(--brand-hey) !important; }
.brand-github svg { stroke: var(--brand-github) !important; }
.brand-mastodon svg { stroke: var(--brand-mastodon) !important; }
.brand-lastfm svg { stroke: var(--brand-lastfm) !important; }
diff --git a/src/assets/styles/partials/vars.css b/src/assets/styles/partials/vars.css
index eeb273e7..a42a6716 100644
--- a/src/assets/styles/partials/vars.css
+++ b/src/assets/styles/partials/vars.css
@@ -42,7 +42,7 @@
--gray-dark: var(--gray-700);
--brand-github: #333;
- --brand-proton: #6d4aff;
+ --brand-hey: #5522fa;
--brand-mastodon: #6364ff;
--brand-lastfm: #d51007;
--brand-trakt: #ed1c24;
diff --git a/src/meta/security.liquid b/src/meta/security.liquid
index c45b5853..cb6129b6 100644
--- a/src/meta/security.liquid
+++ b/src/meta/security.liquid
@@ -3,7 +3,7 @@ permalink: '.well-known/security.txt'
eleventyExcludeFromCollections: true
dynamicPermalink: false
---
-Contact: mailto:hi@coryd.dev
+Contact: mailto:coryd@hey.com
Expires: 2099-01-01T08:00:00.000Z
Preferred-Languages: en
Canonical: https://coryd.dev/.well-known/security.txt
\ No newline at end of file
diff --git a/src/pages/referrals.md b/src/pages/referrals.md
index 48200249..f5ddc102 100644
--- a/src/pages/referrals.md
+++ b/src/pages/referrals.md
@@ -10,7 +10,6 @@ description: 'Referral links for services that I use.'
Referral links for services I use. I save some money, and you do as well if you choose to use them.
- - Proton
- NextDNS
- DNSimple
- Bunny.net
diff --git a/src/pages/uses.md b/src/pages/uses.md
index 55f860d9..ae5ca897 100644
--- a/src/pages/uses.md
+++ b/src/pages/uses.md
@@ -61,7 +61,7 @@ Software and services that I use for work and my own enjoyment.
Services
-- Proton: the premier, secure email provider. It supports custom domains and just about everything else I need out of an email service.
+- [HEY](https://hey.com): (I know) — it's the email service that works best for me and I quite enjoy their calendar.
- NextDNS: a privacy-focused, set it and forget it DNS service. I use their security features on my home network and a profile with strict ad-blocking rules on all of my devices.
- DNSimple: a robust, user-friendly DNS provider and registrar. I moved my domains here after my old provider was acquired.
- Bunny.net: a powerful and affordable CDN. I use it to serve assets on my personal site (most notable my now page — raw assets are fetched by Eleventy and then optimized to webp).
diff --git a/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md b/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md
index d8e10b71..c86578e6 100644
--- a/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md
+++ b/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md
@@ -67,6 +67,6 @@ The final two post types / work flows I use are identical to the first aside fro
textastic://x-callback-url/new?name=note.gallery.txt&text=Title:%20[[title]]%0D----%0DWhen:%20[[date|%m.%d.%Y]]%0D----%0DText:%20[[body]]
```
-Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:hi@coryd.dev).
+Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:coryd@hey.com).
Many thanks to [Alex Duner](http://alexduner.com/) and [Nate Boateng](http://rantsandrambles.net/) for the Statamic Drafts workflow they provided to get me pointed in the right direction on this.
diff --git a/src/posts/2014/external-links-and-redirects-in-statamic-navigation.md b/src/posts/2014/external-links-and-redirects-in-statamic-navigation.md
index 3fc8c4dd..e634c479 100644
--- a/src/posts/2014/external-links-and-redirects-in-statamic-navigation.md
+++ b/src/posts/2014/external-links-and-redirects-in-statamic-navigation.md
@@ -29,4 +29,4 @@ template: link
link: https://example.com
```
-Is there an easier or more effective way to do this? [Let me know.](mailto:hi@coryd.dev)
+Is there an easier or more effective way to do this? [Let me know.](mailto:coryd@hey.com)
diff --git a/src/posts/2014/leaving-google-apps-for-fastmail.md b/src/posts/2014/leaving-google-apps-for-fastmail.md
index 9550c834..aedbf4f7 100644
--- a/src/posts/2014/leaving-google-apps-for-fastmail.md
+++ b/src/posts/2014/leaving-google-apps-for-fastmail.md
@@ -63,9 +63,9 @@ I did quite a bit of research before switching to Fastmail and the following pos
- [From Gmail to FastMail: Moving Away from Google – ReadWrite](http://readwrite.com/2012/03/19/from-gmail-to-fastmail-moving#awesm=~othfJ88hm9Tp8X 'From Gmail to FastMail: Moving Away from Google – ReadWrite')
- [FastMail is My Favourite Email Provider](http://web.appstorm.net/reviews/email-apps/fastmail-is-my-favourite-email-provider/ 'FastMail is My Favourite Email Provider')
-Have you moved to Fastmail? Are you thinking of doing so? [Let me know your thoughts](mailto:hi@coryd.dev) on it or the move to it. You can sign up for Fastmail [here](https://www.fastmail.com).
+Have you moved to Fastmail? Are you thinking of doing so? [Let me know your thoughts](mailto:coryd@hey.com) on it or the move to it. You can sign up for Fastmail [here](https://www.fastmail.com).
[^1]: My interest in this idea, specifically was sparked by this blog post by Marco Arment: [Let us pay for this service, so it won’t go down](http://www.marco.org/2011/04/05/let-us-pay-for-this-service-so-it-wont-go-down 'Let us pay for this service so it won’t go down – Marco.org')
[^2]: I had previously consolidated all of my old email accounts in to my Google Apps account via forwarding and by checking them via IMAP through Gmail.
[^3]: I currently use the first-party mail clients on both iOS and OSX so not having contacts and calendars synced with Fastmail is really only an issue when in the Fastmail web interface (which isn't all that frequently). For now, I've been manually uploading vCard files to Fastmail which is clunky, but not all that annoying. I _do_ miss being able to create events by clicking on parsed text (which Google Apps supported), but not all that much.
-[^4]: If you do get tripped up switching from another provider, Fastmail does have extensive documentation. [You can also feel free to get in touch](mailto:hi@coryd.dev).
+[^4]: If you do get tripped up switching from another provider, Fastmail does have extensive documentation. [You can also feel free to get in touch](mailto:coryd@hey.com).
diff --git a/src/posts/2017/installing-http2-ubuntu-16.04.md b/src/posts/2017/installing-http2-ubuntu-16.04.md
index af5c55f9..6b981d6f 100644
--- a/src/posts/2017/installing-http2-ubuntu-16.04.md
+++ b/src/posts/2017/installing-http2-ubuntu-16.04.md
@@ -39,4 +39,4 @@ Finally, restart apache:
Your site should now be served using http2. You can verify this using the KeyCDN tool located [here](https://tools.keycdn.com/http2-test).
-_Did I miss anything? [Let me know.](mailto:hi@coryd.dev)_
+_Did I miss anything? [Let me know.](mailto:coryd@hey.com)_
diff --git a/src/posts/2022/migrating-to-fastmail.md b/src/posts/2022/migrating-to-fastmail.md
index b2ff490a..839c1895 100644
--- a/src/posts/2022/migrating-to-fastmail.md
+++ b/src/posts/2022/migrating-to-fastmail.md
@@ -81,7 +81,7 @@ All of these particular folders live as children of my Archive folder and are au
If you're a [1Password](https://1password.com) user you can link your accounts and generate per-service, [masked emails for improved security](https://www.fastmail.help/hc/en-us/articles/4406536368911-Masked-Email). The idea here being that if your primary email is known, it can be used to trigger password resets at different services or leveraged in brute-force attacks, but this is mitigated by using a masked/pseudo-random address for each service.
-Did I miss anything? [Email me](mailto:hi@coryd.dev)[^7].
+Did I miss anything? [Email me](mailto:coryd@hey.com)[^7].
[^1]: As an aside, [mailbox.org](https://mailbox.org) is also quite nice and offers some nice privacy features but isn't _quite_ as polished as Fastmail.
[^2]: Which amounts to seamless syncing with iOS at the system level or via an app like [DAVx](https://play.google.com/store/apps/details?id=at.bitfire.davdroid&hl=en) on Android.
diff --git a/src/posts/2023/automating-and-overengineering-my-now-page.md b/src/posts/2023/automating-and-overengineering-my-now-page.md
index d8a50b29..2fc77343 100644
--- a/src/posts/2023/automating-and-overengineering-my-now-page.md
+++ b/src/posts/2023/automating-and-overengineering-my-now-page.md
@@ -361,7 +361,7 @@ So far this works seamlessly — if I want to update or add static content I can
Questions? Comments? Feel free to get in touch:
-- [Email](mailto:hi@coryd.dev)
+- [Email](mailto:coryd@hey.com)
- [Mastodon](https://social.lol/@cory)
---
diff --git a/src/posts/2023/default-apps-2023.md b/src/posts/2023/default-apps-2023.md
index e8d2393d..96aa6abd 100644
--- a/src/posts/2023/default-apps-2023.md
+++ b/src/posts/2023/default-apps-2023.md
@@ -7,15 +7,15 @@ tags: ['tech', 'macOS']
In the spirit of following a trend, here are my default apps as of now (the end of 2023).
-- Mail service: Proton
-- Mail client: Proton's desktop app (it's a wrapper of the web app, but it's quite nice and works well with their calendar)
+- Mail service: [HEY](https://hey.com)
+- Mail client: [HEY](https://hey.com)
- Tasks: [Todoist](https://todoist.com)
- RSS service/client/bookmarking: [Readwise Reader](https://readwise.io/read) + clips sent to [Bear](https://bear.app)
- Launcher: [Alfred](https://alfredapp.com)
- Cloud storage: iCloud + Proton
- Photo library: iCloud
- Web browser: Safari
-- Calendar: Proton
+- Calendar: [HEY](https://hey.com)
- Weather: Weather.app
- Podcasts: N/A
- Music: [Doppler](https://brushedtype.com/doppler) + [Last.fm](https://last.fm)
diff --git a/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md b/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md
index 6d93be24..7757496e 100644
--- a/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md
+++ b/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md
@@ -298,7 +298,7 @@ These I've left as a simple list wherein `any` included top level domain is file
That covers _most_ of what I use to manage my mail (outside of anything particularly personal). I fully expect the regular expressions I'm using could stand to be refined and I plan on continuing to do just that. But, with that said, things have worked better than I expected so far and false positives/mis-categorizations have been infrequent.
-If you have any questions or suggestions I'm all ears. Feel free to [email me](mailto:hi@coryd.dev) or ping me on [Mastodon](https://social.lol/@cory).
+If you have any questions or suggestions I'm all ears. Feel free to [email me](mailto:coryd@hey.com) or ping me on [Mastodon](https://social.lol/@cory).
[^1]: Before, well, _all that_.
[^2]: Fastmail has some helpful tips on regular expression rules [here](https://www.fastmail.help/hc/en-us/articles/360060591193-Rules-using-regular-expressions)
diff --git a/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md b/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md
index e035c75a..b7771e79 100644
--- a/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md
+++ b/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md
@@ -45,7 +45,7 @@ jobs:
with:
commit_message: Update artist charts for the week.
commit_user_name: cdransf
- commit_user_email: hi@coryd.dev
+ commit_user_email: coryd@hey.com
commit_author: Cory Dransfeldt
```