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.
This commit is contained in:
parent
0764cfc61d
commit
990c8ba239
4 changed files with 12 additions and 9 deletions
|
@ -13,7 +13,7 @@ author:
|
||||||
Some dude in the internet. Interested in gaming and software backend engineering (mainly using php as programming language).
|
Some dude in the internet. Interested in gaming and software backend engineering (mainly using php as programming language).
|
||||||
username: elyday
|
username: elyday
|
||||||
github: elyday
|
github: elyday
|
||||||
email: contact@elyday.dev
|
email: hello@elyday.dev
|
||||||
avatar: /assets/img/avatar.jpg
|
avatar: /assets/img/avatar.jpg
|
||||||
|
|
||||||
# URL settings
|
# URL settings
|
||||||
|
|
|
@ -6,4 +6,8 @@
|
||||||
/>
|
/>
|
||||||
<h2 class="author-name">{{ site.author.name }}</h2>
|
<h2 class="author-name">{{ site.author.name }}</h2>
|
||||||
<p class="author-bio">{{ site.author.bio }}</p>
|
<p class="author-bio">{{ site.author.bio }}</p>
|
||||||
|
<p class="author-bio"> </p>
|
||||||
|
<p class="author-bio">You can contact me through <a href="mailto:hello@elyday.dev">hello@elyday.dev</a>.</p>
|
||||||
|
<p class="author-bio">Since i don't have a PGP key for this mail address, you can use <a href="https://github.com/FiloSottile/age" target="_blank">arc</a> to send me an encrypted mail. You can find my public key <a href="age-public-key.txt" target="_blank">here</a>.</p>
|
||||||
|
<p class="author-bio">For an example of how to encrypt a mail with age, click <a href="https://git.techturtle.de/elyday/.profile/src/branch/main/README.md#send-an-encrypted-mail" target="_blank">here</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
14
about.md
14
about.md
|
@ -1,18 +1,16 @@
|
||||||
---
|
---
|
||||||
title: Colophon
|
title: elyday
|
||||||
permalink: /about/
|
permalink: /about/
|
||||||
layout: page
|
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
|
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 <a href="https://github.com/piharpi/jekyll-klise" target="_blank" rel="noopener">klisé</a>, 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](mailto:hello@elyday.dev) if there is an broken link(s) or something else.
|
||||||
|
|
||||||
You can [report](http://github.com/piharpi/jekyll-klise/issues/new) if there is an broken link(s) or somethings else.
|
|
||||||
|
|
||||||
**may u needs ✨**
|
**may u needs ✨**
|
||||||
|
|
||||||
- {{ site.author.email }}
|
- [hello@elyday.dev](mailto:hello@elyday.dev)
|
||||||
- github.com/{{ site.author.github }}
|
- [github.com/elyday](https://github.com/elyday)
|
||||||
|
- [git.techturtle.de/elyday](https://git.techturtle.de/elyday)
|
||||||
|
|
1
age-public-key.txt
Normal file
1
age-public-key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
age1c7rupsmjaqdm595snk5pugrwymr038cnvj4srpuhn0nt03ewxdus63ue5f
|
Loading…
Add table
Reference in a new issue