From 990c8ba239ac62aca747d6ab15f3ff59691588e0 Mon Sep 17 00:00:00 2001 From: elyday Date: Wed, 25 Dec 2024 00:24:38 +0100 Subject: [PATCH] Update contact information and add age public key Updated the email address in the configuration and added contact details in the author section and about page with instructions for encrypted communication using the age tool. Added the age public key file to the repository for secure mail encryption. --- _config.yml | 2 +- _includes/author.html | 4 ++++ about.md | 14 ++++++-------- age-public-key.txt | 1 + 4 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 age-public-key.txt diff --git a/_config.yml b/_config.yml index b73f43c..66cef46 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ author: Some dude in the internet. Interested in gaming and software backend engineering (mainly using php as programming language). username: elyday github: elyday - email: contact@elyday.dev + email: hello@elyday.dev avatar: /assets/img/avatar.jpg # URL settings diff --git a/_includes/author.html b/_includes/author.html index 436eaf6..9d670d7 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -6,4 +6,8 @@ />

{{ site.author.name }}

{{ site.author.bio }}

+

 

+

You can contact me through hello@elyday.dev.

+

Since i don't have a PGP key for this mail address, you can use arc to send me an encrypted mail. You can find my public key here.

+

For an example of how to encrypt a mail with age, click here.

diff --git a/about.md b/about.md index e53c79a..b0b53b7 100644 --- a/about.md +++ b/about.md @@ -1,18 +1,16 @@ --- -title: Colophon +title: elyday permalink: /about/ layout: page -excerpt: Hello peeps, I'm student of computer science from Banyuwangi, living in Jogjakarta. This blog for documentation about my programming journey, running on jekyll, hosting on netlify and using my own simple theme. comments: false --- -He's a student from Banyuwangi, living in Jogjakarta. the blog for documentation about his programming 🎒 journey, running on jekyll, hosting on [now.sh](http://now.sh) and using his own theme, he name it klisé, he also loves to learning web technology; but he often forgot, that a reason why him doing the writing. +If you have a question about me or else, just send me a mail. -If you have a question about him or else, just send a letter to him. - -You can [report](http://github.com/piharpi/jekyll-klise/issues/new) if there is an broken link(s) or somethings else. +You can [report](mailto:hello@elyday.dev) if there is an broken link(s) or something else. **may u needs ✨** -- {{ site.author.email }} -- github.com/{{ site.author.github }} +- [hello@elyday.dev](mailto:hello@elyday.dev) +- [github.com/elyday](https://github.com/elyday) +- [git.techturtle.de/elyday](https://git.techturtle.de/elyday) diff --git a/age-public-key.txt b/age-public-key.txt new file mode 100644 index 0000000..790daa4 --- /dev/null +++ b/age-public-key.txt @@ -0,0 +1 @@ +age1c7rupsmjaqdm595snk5pugrwymr038cnvj4srpuhn0nt03ewxdus63ue5f \ No newline at end of file