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.
13 lines
872 B
HTML
13 lines
872 B
HTML
<div class="author">
|
|
<img
|
|
class="author-avatar"
|
|
src="{{ site.author.avatar }}"
|
|
alt="{{ site.author.username }}"
|
|
/>
|
|
<h2 class="author-name">{{ site.author.name }}</h2>
|
|
<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>
|