From 867a000dc630179fb7817592208be107a994fd9e Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 5 Feb 2024 23:20:37 +0200 Subject: [PATCH] Rearrange some headings --- config/_default/markup.toml | 2 +- content/pgp/index.adoc | 30 ++++++++++--------- content/pgp/index.fi.adoc | 30 ++++++++++--------- content/posts/creating_this_site/index.adoc | 2 -- .../posts/creating_this_site/index.fi.adoc | 2 -- 5 files changed, 33 insertions(+), 33 deletions(-) diff --git a/config/_default/markup.toml b/config/_default/markup.toml index 972c176..f54cdd4 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -5,7 +5,7 @@ backend = "html5s" [asciidocExt.attributes] source-highlighter = "rouge" -toc = false +# toc = true # [tableOfContents] # startLevel = 1 diff --git a/content/pgp/index.adoc b/content/pgp/index.adoc index 9ac9391..c3acb73 100644 --- a/content/pgp/index.adoc +++ b/content/pgp/index.adoc @@ -9,6 +9,22 @@ featured_image: hero.jpg I like PGP and I secure everything I can with it. If you would like to send me encrypted files, emails or anything of that sort, you came to the right page. +== Get the key + +=== Sequoia + +[source,shell] +---- +include::assets/sequoia.sh[] +---- + +=== GnuPG + +[source,shell] +---- +include::assets/gpg.sh[] +---- + == Keyoxide I have setup a link:https://keyoxide.org/wkd/marko%40korhonen.cc[profile at Keyoxide] which has all of the information about my key. @@ -18,20 +34,6 @@ It also serves as proof of ownership to many of my online accounts. I also have a WKD (Web Key Directory) server setup so supported clients should be able to automatically import my key based on my email address mailto:marko@korhonen.cc[] -=== Fetch key with Sequoia - -[source,shell] ----- -include::assets/sequoia.sh[] ----- - -=== Import key with GnuPG - -[source,shell] ----- -include::assets/gpg.sh[] ----- - == Update 2022-08-28: new key I have decided to change my old RSA key to ed25519. diff --git a/content/pgp/index.fi.adoc b/content/pgp/index.fi.adoc index d107efa..b268236 100644 --- a/content/pgp/index.fi.adoc +++ b/content/pgp/index.fi.adoc @@ -8,6 +8,22 @@ date: 2022-06-10 Tykkään PGP:stä ja turvaan sillä kaiken minkä pystyn. Jos haluaisit lähettää minulle enkryptoituja tiedostoja, sähköposteja tai muuta vastaavaa, tulit oikeaan paikkaan. +== Avaimen hakeminen + +=== Sequoia + +[source,shell] +---- +include::assets/sequoia.sh[] +---- + +=== GnuPG + +[source,shell] +---- +include::assets/gpg.sh[] +---- + == Keyoxide Minulla on link:https://https://keyoxide.org/wkd/marko%40korhonen.cc[Keyoxide profiili] josta löydät kaikki tarvittavat tiedot avaimestani. @@ -17,20 +33,6 @@ Keyoxide toimii myös todisteena monista omistamistani tileistä netissä. Olen myös asentanut WKD (Web Key Directory) serverin joten tuetut ohjelmat pystyvät noutamaan avaimen automaattisesti sähköpostiosoitteeni mailto:marko@korhonen.cc[] perusteella. -=== Nouda avain Sequoia:lla - -[source,shell] ----- -include::assets/sequoia.sh[] ----- - -=== Tuo avain GnuPG:llä - -[source,shell] ----- -include::assets/gpg.sh[] ----- - == Päivitys 28.8.2022: uusi avain Olen päättänyt vaihtaa vanhan RSA-avaimeni ed25519 avaimeksi. diff --git a/content/posts/creating_this_site/index.adoc b/content/posts/creating_this_site/index.adoc index e404cfd..490d456 100644 --- a/content/posts/creating_this_site/index.adoc +++ b/content/posts/creating_this_site/index.adoc @@ -12,8 +12,6 @@ menu: Marko Korhonen v1.0, 2022-09-14 -== Introduction - As seems to be customary on technology related blogs, the first post is about creating the blog itself. So here we are, this is the first post in my blog, detailing the steps I took to arrive here. diff --git a/content/posts/creating_this_site/index.fi.adoc b/content/posts/creating_this_site/index.fi.adoc index 194d102..4840946 100644 --- a/content/posts/creating_this_site/index.fi.adoc +++ b/content/posts/creating_this_site/index.fi.adoc @@ -12,8 +12,6 @@ menu: Marko Korhonen v1.0, 2022-09-14 -== Johdanto - Kuten teknologiaan liittyvissä blogeissa näyttää olevan tapana, ensimmäinen postaus on itse blogin luomisesta. Joten tässä olemme, tämä on ensimmäinen kirjoitus blogissani, joka kuvaa vaiheet jotka johtivat tähän pisteeseen.