mirror of
https://github.com/Kyren223/website.git
synced 2026-08-13 05:44:25 +00:00
update email to use contact @ kyren.codes to hopefully minimize spam email
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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";
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user