commit eca6c7098bf6f921887240186f0891d39ea727f8
parent 906d2f1a4048d4a7a00a70ec787b03df01f92933
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 11 Mar 2023 23:44:53 -0500
*
Diffstat:
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/config.ini b/config.ini
@@ -3,4 +3,4 @@ siteName = paritybit.ca
languageCode = en-ca
blogDir = blog/
buildOptions = -Thtml --html-no-skiphtml --html-no-escapehtml
-pushCommand = rsync -r --delete static/* cerberus:/var/www/paritybit.ca/ && ssh cerberus "./update-sites"
+pushCommand = rsync -r static/* cerberus:/var/www/paritybit.ca/ && ssh cerberus "./update-sites"
diff --git a/content/index.md b/content/index.md
@@ -48,7 +48,3 @@ Feel free to contact me using any of the methods below:
* Fediverse: [@jbauer@merveilles.town](https://merveilles.town/@jbauer);
* IRC: `jbauer` on OFTC, Libera.chat, Esper.net, Tilde.chat.
-This information is also accessible using the [Finger
-Protocol](https://en.wikipedia.org/wiki/Finger_(protocol)):
-[finger://paritybit.ca/jbauer](finger://paritybit.ca/jbauer) or `finger
-jbauer@paritybit.ca` on the command line.