diff --git a/content/contact.md b/content/contact.md index 52703c7..9a870d0 100644 --- a/content/contact.md +++ b/content/contact.md @@ -8,7 +8,7 @@ draft: false * Codeberg: [@brysonsteck](https://codeberg.org/brysonsteck) * GitHub: [@brysonsteck](https://github.com/brysonsteck) (I do not use this for hosting my projects anymore.) * Email: [me@brysonsteck.xyz](mailto:me@brysonsteck.xyz) -* PGP Public Key: [A0858B7204DC5DDD](/publickey.txt) +* PGP Public Key: [A0858B7204DC5DDD](/pgpkey.txt) * Blog RSS: [Here](/blog/index.xml) ## Job Opportunities diff --git a/deploy b/deploy index a243edc..9d1c2b1 100755 --- a/deploy +++ b/deploy @@ -1,3 +1,3 @@ #!/bin/sh -hugo && rsync -avz --delete public/ blackbox:/var/www/hugo +hugo && rsync -avz --delete public/ paul:/var/www/hugo diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index 02baea8..adbd2dc 100644 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -5,7 +5,7 @@ Blog RSS
Codeberg: @brysonsteck
Email: me@brysonsteck.xyz
- PGP: A0858B7204DC5DDD
+ PGP: A0858B7204DC5DDD
diff --git a/static/publickey.txt b/static/pgpkey.txt similarity index 100% rename from static/publickey.txt rename to static/pgpkey.txt