From 343d5cc40ecfd2997ba0423d2c5ad86710b9c32d Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 9 Sep 2022 16:38:22 -0400 Subject: [PATCH] Rename PGP Key Signed-off-by: Tommy --- config.yml | 2 +- content/contact.md | 2 +- static/{gpg.asc => tommy.asc} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename static/{gpg.asc => tommy.asc} (100%) diff --git a/config.yml b/config.yml index 45687ce..07e7862 100644 --- a/config.yml +++ b/config.yml @@ -49,7 +49,7 @@ params: - name: Contact url: contact - name: PGP - url: gpg.asc + url: tommy.asc socialIcons: - name: github diff --git a/content/contact.md b/content/contact.md index 428b463..d0fca10 100644 --- a/content/contact.md +++ b/content/contact.md @@ -9,7 +9,7 @@ I highly recommend that you contact me via Matrix, so we could take advantage of In case you do not have a Matrix account, you can sign up for one on my homeserver [arcticfoxes.net](https://arcticfoxes.net) or on [matrix.org](https://app.element.io). Alternatively, check out [joinmatrix.org](https://joinmatrix.org/servers/) for a list of public homeservers. I do not ask for your email address or any personal information for registration on [arcticfoxes.net](https://arcticfoxes.net). All you need to provide is a username and password. -If you prefer to reach out to me via email, my address is contact@tommytran.io. You can use my [PGP Key](/gpg.asc) to encrypt the messages. Aliases: +If you prefer to reach out to me via email, my address is contact@tommytran.io. You can use my [PGP Key](/tommy.asc) to encrypt the messages. Aliases: - tommy@privsec.dev - tommy@arcticfoxes.net diff --git a/static/gpg.asc b/static/tommy.asc similarity index 100% rename from static/gpg.asc rename to static/tommy.asc