From b303949ee321bdd05c64b607f93234c49f688560 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 9 Oct 2024 14:34:43 -0400 Subject: [PATCH] Remove reference to github action --- content/journal/encrypt-and-dither-photos-in-hugo/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/journal/encrypt-and-dither-photos-in-hugo/index.md b/content/journal/encrypt-and-dither-photos-in-hugo/index.md index 7755bc2..4d7efbf 100644 --- a/content/journal/encrypt-and-dither-photos-in-hugo/index.md +++ b/content/journal/encrypt-and-dither-photos-in-hugo/index.md @@ -60,7 +60,8 @@ Here's a picture of me, before and after dithering: ### 1. Encrypt all images -We'll use OpenSSL to encrypt our images ([here's a guide][11]). First, we'll generate a secret key (the `-hex` option gives us something we can paste into a GitHub secret later): + +We'll use OpenSSL to encrypt our images ([here's a guide][11]). First, we'll generate a secret key (the `-hex` option gives us something we can easily copy/paste): [11]: https://www.bjornjohansen.com/encrypt-file-using-ssh-key