diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-29 20:48:30 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-29 20:48:30 +0800 |
commit | 16524ed0126505992de19b3ee8313234da4f1f78 (patch) | |
tree | 258ab2541d983ee256e757145cd111d2f2a2c348 | |
parent | ccdb25c02e8fdeb0180953d1db7f0e53ed2ca9ab (diff) | |
download | crupest-16524ed0126505992de19b3ee8313234da4f1f78.tar.gz crupest-16524ed0126505992de19b3ee8313234da4f1f78.tar.bz2 crupest-16524ed0126505992de19b3ee8313234da4f1f78.zip |
Change email to outlook.com.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | store/config/home/gitconfig | 2 | ||||
-rw-r--r-- | www/layouts/home.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ Hi! This is **crupest**. Nice to meet you here! 🤗 -Feel free to contact me via my email address *<crupest@crupest.life>*, +Feel free to contact me via my email address *<crupest@outlook.com>*, or just create an issue in any of my [GitHub](https://github.com/crupest) repos. I love talking with people a lot. diff --git a/store/config/home/gitconfig b/store/config/home/gitconfig index 4b88c56..64dd797 100644 --- a/store/config/home/gitconfig +++ b/store/config/home/gitconfig @@ -1,6 +1,6 @@ [user] name = Yuqian Yang - email = crupest@crupest.life + email = crupest@outlook.com [core] autocrlf = false editor = vim diff --git a/www/layouts/home.html b/www/layouts/home.html index 38f7604..1e92d96 100644 --- a/www/layouts/home.html +++ b/www/layouts/home.html @@ -26,7 +26,7 @@ <hr /> <section> <p>Welcome to my home page! Nice to meet you here! 🥰</p> - <p>Feel free to contact me via my email address <a href="mailto:crupest@crupest.life">crupest@crupest.life</a>, + <p>Feel free to contact me via my email address <a href="mailto:crupest@outlook.com">crupest@outlook.com</a>, or just create an issue in any of my <a rel="noopener noreferrer" href="https://github.com/crupest">GitHub</a> repos. I love talking with people a lot.</p> <div id="links" class="mono-link"> |