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
|
@ -6,4 +6,8 @@
|
|||
/>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue