commit b303949ee321bdd05c64b607f93234c49f688560 parent a36c7a3aeee1f06caf69e658a11206fcc8c2c2fa Author: David Eisinger <[email protected]> Date: Wed, 9 Oct 2024 14:34:43 -0400 Remove reference to github action Diffstat:
| M | 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 @@ -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