From c2e5fad0ec7191912197c42928dcc841d8510e18 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 15 Nov 2023 22:06:56 +0100 Subject: [PATCH] enable tac within post --- content/posts/2023-11-15-using_gpg_public_key.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/posts/2023-11-15-using_gpg_public_key.md b/content/posts/2023-11-15-using_gpg_public_key.md index a30edc1..4b714fd 100644 --- a/content/posts/2023-11-15-using_gpg_public_key.md +++ b/content/posts/2023-11-15-using_gpg_public_key.md @@ -1,5 +1,11 @@ +++ title = "Using GPG Public Key" +[taxonomies] +tags = ["gpg", "encryption"] + +[extra] +toc = true +comments = false +++ GNU Privacy Guard (GPG) is an popular two factor encryption system often used for signing or encrypting emails, files or even git commits.