This commit is contained in:
Bryan Ramos 2026-05-17 05:14:32 -04:00
parent b574bc0151
commit dd9c4fa92a
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<footer>
<a href="https://git.ramos.codes" title="Forgejo"><i class="fa-solid fa-code-branch"></i></a>
<a href="{{ '/assets/public.key' | relative_url }}" title="PGP public key"><i class="fa-solid fa-key"></i></a>
<a href="{{ '/assets/public.asc' | relative_url }}" title="PGP public key"><i class="fa-solid fa-key"></i></a>
<a href="{{ '/feed.xml' | relative_url }}" title="RSS Feed"><i class="fa-solid fa-rss"></i></a>
</footer>

View file

@ -46,7 +46,7 @@ gpg --armor --export your@email.com
Paste that block on your website, upload it to keys.openpgp.org, or just email it to people. Once someone has your public key, they can encrypt messages that only you can read.
I've posted mine here: [PGP key](/assets/public.key)
I've posted mine here: [PGP key](/assets/public.asc)
If you're sending me anything sensitive, please use it.
## One More Thing