From c0c26441afa5917fab010c0d8a9703798538db2b Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 14 Jun 2026 23:37:47 +0300 Subject: [PATCH] update email to use `contact @ kyren.codes` to hopefully minimize spam email --- src/content/blogs/discord-sucks-so-i-made-my-own.mdx | 2 +- src/content/blogs/how-computer-memory-actually-works.md | 2 +- src/content/blogs/making-a-game-in-3-days.mdx | 2 +- .../nixos-the-perfect-distro-for-a-production-server.mdx | 4 ++-- src/pages/index.astro | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/blogs/discord-sucks-so-i-made-my-own.mdx b/src/content/blogs/discord-sucks-so-i-made-my-own.mdx index 8f2b2c3..bfd4057 100644 --- a/src/content/blogs/discord-sucks-so-i-made-my-own.mdx +++ b/src/content/blogs/discord-sucks-so-i-made-my-own.mdx @@ -181,6 +181,6 @@ curl -sS https://eko.kyren.codes/install.sh | sh Hope to see you there! -As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at contact@kyren.codes. +As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at `contact at kyren.codes`. You can also add me on Eko, here's my ID: `2102554263552` diff --git a/src/content/blogs/how-computer-memory-actually-works.md b/src/content/blogs/how-computer-memory-actually-works.md index 57c948e..42a4acc 100644 --- a/src/content/blogs/how-computer-memory-actually-works.md +++ b/src/content/blogs/how-computer-memory-actually-works.md @@ -175,7 +175,7 @@ scattered and fragmented anyways. ## End -As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at contact@kyren.codes. +As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at `contact at kyren.codes`. And if this kind of stuff interests you, I recommend checking out [my curated list of resources](https://git.kyren.codes/Kyren223/resources) for further reading about these topics. diff --git a/src/content/blogs/making-a-game-in-3-days.mdx b/src/content/blogs/making-a-game-in-3-days.mdx index e4673fa..47b0949 100644 --- a/src/content/blogs/making-a-game-in-3-days.mdx +++ b/src/content/blogs/making-a-game-in-3-days.mdx @@ -75,4 +75,4 @@ Not in the mood to play? watch a demo playthrough [here](https://youtu.be/_clLDG This is just a prototype, we plan on (eventually TM) making a full game out of it, so stay tuned! -As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at contact@kyren.codes. +As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at `contact at kyren.codes`. diff --git a/src/content/blogs/nixos-the-perfect-distro-for-a-production-server.mdx b/src/content/blogs/nixos-the-perfect-distro-for-a-production-server.mdx index c0b9704..7b8c235 100644 --- a/src/content/blogs/nixos-the-perfect-distro-for-a-production-server.mdx +++ b/src/content/blogs/nixos-the-perfect-distro-for-a-production-server.mdx @@ -194,7 +194,7 @@ again, Nix makes it really simple to do sops.secrets.cloudflare-dns-api-token = { mode = "0440"; owner = "acme"; }; security.acme.acceptTerms = true; -security.acme.defaults.email = "kyren223@proton.me"; # Your email +security.acme.defaults.email = "acme@kyren.codes"; # Your email security.acme.certs."kyren.codes" = { domain = "kyren.codes"; @@ -281,4 +281,4 @@ If you'd like to learn more about NixOS, here are some resources I found useful: - [Vimjoyer's Youtube Channel](https://www.youtube.com/@vimjoyer/videos) Have questions or just want to chat? feel free to contact me on discord at -Kyren223 or email me at contact@kyren.codes. +Kyren223 or email me at `contact at kyren.codes`. diff --git a/src/pages/index.astro b/src/pages/index.astro index 983b4e6..55bb3e5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,7 +33,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart(); const utcOffset = 3; -const email = "contact@kyren.codes"; +const email = "contact at kyren.codes"; ---