aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-01-08 13:19:36 -0700
committerBryson Steck <brysonsteck@protonmail.com>2023-01-08 13:19:36 -0700
commit50e7b3e6333669b6526eaad13ba01e749d210e5b (patch)
tree0e161a1167ecc9a95201ec9dc867da6f186463a8
parent369f7731d7db99ef101f3f34f1b7315ad630f121 (diff)
downloadwebsite-50e7b3e6333669b6526eaad13ba01e749d210e5b.tar
website-50e7b3e6333669b6526eaad13ba01e749d210e5b.tar.gz
website-50e7b3e6333669b6526eaad13ba01e749d210e5b.tar.bz2
fix naming error on nginx
-rw-r--r--content/contact.md2
-rwxr-xr-xdeploy2
-rw-r--r--layouts/partials/foot.html2
-rw-r--r--static/pgpkey.txt (renamed from static/publickey.txt)0
4 files changed, 3 insertions, 3 deletions
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 @@
<span><a href="/blog/index.xml">Blog RSS</a><br></span>
<span>Codeberg: <a href="https://codeberg.org/brysonsteck">@brysonsteck</a><br></span>
<span>Email: <a href="mailto:me@brysonsteck.xyz">me@brysonsteck.xyz</a><br></span>
- <span>PGP: <a href="/publickey.txt">A0858B7204DC5DDD</a><br></span>
+ <span>PGP: <a href="/pgpkey.txt">A0858B7204DC5DDD</a><br></span>
</div>
</div>
</div>
diff --git a/static/publickey.txt b/static/pgpkey.txt
index 2f36133..2f36133 100644
--- a/static/publickey.txt
+++ b/static/pgpkey.txt