From e3d9d5a3d143c6f4fc43d9f1dda9882929549129 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 24 Aug 2025 13:26:26 +0300 Subject: [PATCH] Update email --- src/content/blogs/discord-sucks-so-i-made-my-own.mdx | 2 +- src/content/blogs/making-a-game-in-3-days.mdx | 2 +- .../nixos-the-perfect-distro-for-a-production-server.mdx | 2 +- src/pages/index.astro | 6 ++++-- src/pages/projects.astro | 2 +- src/pages/skills.astro | 2 +- 6 files changed, 9 insertions(+), 7 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 37079ce..8f2b2c3 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 Kyren223@proton.me. +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. You can also add me on Eko, here's my ID: `2102554263552` 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 55d6dfa..e4673fa 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 Kyren223@proton.me. +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. 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 bb21328..c0b9704 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 @@ -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 Kyren223@proton.me. +Kyren223 or email me at contact@kyren.codes. diff --git a/src/pages/index.astro b/src/pages/index.astro index 4855f2b..983b4e6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,6 +33,8 @@ watching Anime or solving Rubik's cubes fast.`.trimStart(); const utcOffset = 3; +const email = "contact@kyren.codes"; + --- @@ -53,7 +55,7 @@ const utcOffset = 3; - Kyren223@proton.me + {email}