diff --git a/.github/workflows/blog-posts-to-readme.yaml b/.github/workflows/blog-posts-to-readme.yaml index 2e9ac404..42aebf76 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 'cory.dransfeldt@gmail.com' + git config --global user.email 'hi@coryd.dev' 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 101a13ef..4ab763de 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: cory.dransfeldt@gmail.com + commit_user_email: hi@coryd.dev diff --git a/src/_data/meta.js b/src/_data/meta.js index d3146a90..fa98e185 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: 'cory.dransfeldt@gmail.com', + authorEmail: 'hi@coryd.dev', 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 a2883207..bc6eb746 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -27,7 +27,7 @@ --brand-github: #333; --brand-github-light: #f5f5f5; - --brand-gmail: #34a853; + --brand-proton: #6d4aff; --brand-mastodon: #6364ff; --brand-lastfm: #d51007; --brand-trakt: #ed1c24; @@ -304,7 +304,7 @@ nav svg:hover { } nav .at svg { - stroke: var(--brand-gmail); + stroke: var(--brand-proton); } nav .brand-github svg { diff --git a/src/meta/security.liquid b/src/meta/security.liquid index d1d4a131..c45b5853 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:cory.dransfeldt@gmail.com +Contact: mailto:hi@coryd.dev 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 8bea80fb..73bff3af 100644 --- a/src/pages/referrals.md +++ b/src/pages/referrals.md @@ -8,6 +8,7 @@ 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 edf18c06..a82eb20f 100644 --- a/src/pages/uses.md +++ b/src/pages/uses.md @@ -56,7 +56,7 @@ Software and services that I use for work and my own enjoyment.

Services

-- [Gmail](https://www.google.com/gmail/about): it's exceedingly well established and Google's apps are so ubiquitous that it's hard to avoid. +- - Proton: the premier, secure email provider. It supports custom domains and just about everything else I need out of an email service. - 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). @@ -71,6 +71,6 @@ Software and services that I use for work and my own enjoyment. - [The Storygraph](https://thestorygraph.com): an excellent, focused and community driven book tracking app. All it needs is RSS/Atom feeds and/or an API. - [Slack](http://slack.com): I have a family Slack set up to avoid group text messages and am in a few other community Slacks. - [Discord](http://discord.com): I don't _like_ Discord but, for better or worse, it's where some communities I frequent are. -- [Arq](https://arqbackup.com): I back up my MacBook and attached drives to both Backblaze's B2 and Google's cloud storage — Arq even has the option to download files in cloud storage like iCloud Drive and Google Drive to then be properly included in backups. +- [Arq](https://arqbackup.com): I back up my MacBook and attached drives to both Backblaze's B2 and Wasabi — Arq even has the option to download files in cloud storage like iCloud Drive to then be properly included in backups. Check out [uses.tech](https://uses.tech) for more lists like this one. 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 68684763..b69ac307 100644 --- a/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md +++ b/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md @@ -68,6 +68,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:. +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). 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 bc15b8c1..a75af0bc 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 @@ -30,4 +30,4 @@ template: link link: https://example.com ``` -Is there an easier or more effective way to do this? [Let me know.](mailto:cory.dransfeldt@gmail.com) +Is there an easier or more effective way to do this? [Let me know.](mailto:hi@coryd.dev) diff --git a/src/posts/2014/leaving-google-apps-for-fastmail.md b/src/posts/2014/leaving-google-apps-for-fastmail.md index 1b2d60db..def54a27 100644 --- a/src/posts/2014/leaving-google-apps-for-fastmail.md +++ b/src/posts/2014/leaving-google-apps-for-fastmail.md @@ -64,9 +64,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:cory.dransfeldt@gmail.com) 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:hi@coryd.dev) 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:cory.dransfeldt@gmail.com). +[^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). diff --git a/src/posts/2017/installing-http2-ubuntu-16.04.md b/src/posts/2017/installing-http2-ubuntu-16.04.md index 1994e5f3..1f8fd1d8 100644 --- a/src/posts/2017/installing-http2-ubuntu-16.04.md +++ b/src/posts/2017/installing-http2-ubuntu-16.04.md @@ -40,4 +40,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:cory.dransfeldt@gmail.com)_ +_Did I miss anything? [Let me know.](mailto:hi@coryd.dev)_ diff --git a/src/posts/2022/migrating-to-fastmail.md b/src/posts/2022/migrating-to-fastmail.md index b1a19c5e..fcdf2415 100644 --- a/src/posts/2022/migrating-to-fastmail.md +++ b/src/posts/2022/migrating-to-fastmail.md @@ -82,7 +82,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:cory.dransfeldt@gmail.com)[^7]. +Did I miss anything? [Email me](mailto:hi@coryd.dev)[^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 1c881cfb..ea85791b 100644 --- a/src/posts/2023/automating-and-overengineering-my-now-page.md +++ b/src/posts/2023/automating-and-overengineering-my-now-page.md @@ -362,7 +362,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:cory.dransfeldt@gmail.com) +- [Email](mailto:hi@coryd.dev) - [Mastodon](https://social.lol/@cory) --- 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 84693af6..dc00ccfe 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:cory.dransfeldt@gmail.com) 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:hi@coryd.dev) 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 485c9dc5..2df7070c 100644 --- a/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md +++ b/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md @@ -46,7 +46,7 @@ jobs: with: commit_message: Update artist charts for the week. commit_user_name: cdransf - commit_user_email: cory.dransfeldt@gmail.com + commit_user_email: hi@coryd.dev commit_author: Cory Dransfeldt ```