diff --git a/.github/workflows/blog-posts-to-readme.yaml b/.github/workflows/blog-posts-to-readme.yaml index 57f3aed8..05fb3576 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 'coryd@hey.com' + git config --global user.email 'cory.dransfeldt@gmail.com' git add . git diff --quiet --cached || git commit -m "Update README" - name: Push changes diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603f..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 0fee86d0..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -coryd.dev \ No newline at end of file diff --git a/.idea/coryd.dev.iml b/.idea/coryd.dev.iml deleted file mode 100644 index 24643cc3..00000000 --- a/.idea/coryd.dev.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/icon.svg b/.idea/icon.svg deleted file mode 100644 index ba00b50b..00000000 --- a/.idea/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index cc51b961..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml deleted file mode 100644 index d23208fb..00000000 --- a/.idea/jsLibraryMappings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml deleted file mode 100644 index f6d2542c..00000000 --- a/.idea/markdown.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 49bb150d..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/_data/nav.js b/src/_data/nav.js index 642461b9..c0e7f8a2 100644 --- a/src/_data/nav.js +++ b/src/_data/nav.js @@ -10,7 +10,7 @@ module.exports = async function () { { name: 'Webrings', icon: 'heart-handshake' }, ], social: [ - { name: 'Email', url: 'mailto:coryd@hey.com', icon: 'at' }, + { name: 'Email', url: 'mailto:cory.dransfeldt@gmail.com', icon: 'brand-gmail' }, { name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' }, { name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' }, { name: 'Last.fm', url: 'https://www.last.fm/user/cdrn_', icon: 'brand-lastfm' }, diff --git a/src/_data/site.js b/src/_data/site.js index 84ca0e04..d244dc92 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -1,7 +1,7 @@ module.exports = async function () { return { name: 'Cory Dransfeldt', - email: 'coryd@hey.com', + email: 'cory.dransfeldt@gmail.com', url: 'https://coryd.dev', logo: 'https://coryd.dev/assets/img/logo.webp', title: 'Cory Dransfeldt', diff --git a/src/meta/security.liquid b/src/meta/security.liquid index cb6129b6..d1d4a131 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:coryd@hey.com +Contact: mailto:cory.dransfeldt@gmail.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/posts/2013/publishing-to-kirby-using-drafts-workflows.md b/src/posts/2013/publishing-to-kirby-using-drafts-workflows.md index aa1e0d08..1760f8d2 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:coryd@hey.com). +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:cory.dransfeldt@gmail.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 02f7b60d..d6294e53 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:coryd@hey.com) +Is there an easier or more effective way to do this? [Let me know.](mailto:cory.dransfeldt@gmail.com) diff --git a/src/posts/2014/leaving-google-apps-for-fastmail.md b/src/posts/2014/leaving-google-apps-for-fastmail.md index 1343db08..14d18ca2 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:coryd@hey.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:cory.dransfeldt@gmail.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:coryd@hey.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:cory.dransfeldt@gmail.com). diff --git a/src/posts/2017/installing-http2-ubuntu-16.04.md b/src/posts/2017/installing-http2-ubuntu-16.04.md index f8ece331..5a93d622 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:coryd@hey.com)_ +_Did I miss anything? [Let me know.](mailto:cory.dransfeldt@gmail.com)_ diff --git a/src/posts/2022/migrating-to-fastmail.md b/src/posts/2022/migrating-to-fastmail.md index 1a97af31..dc8f54d4 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:coryd@hey.com)[^7]. +Did I miss anything? [Email me](mailto:cory.dransfeldt@gmail.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 6c38731a..3cd06d13 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:coryd@hey.com) +- [Email](mailto:cory.dransfeldt@gmail.com) - [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 af15bd00..377db34e 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 @@ -297,7 +297,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:coryd@hey.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:cory.dransfeldt@gmail.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)