From 87832e05c0d3542ae0a57543a3728d83cf802a5e Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:59:36 +0100 Subject: [PATCH] de-twitter --- content/posts/box-is-a-unique-type.md | 1 - content/posts/fake-openssh-keys/index.md | 1 - content/posts/item-patterns-and-struct-else.md | 1 - content/posts/ssh-security/index.md | 1 - content/posts/the-inevitable-doom.md | 1 - themes/terminal/archetypes/posts.md | 1 - 6 files changed, 6 deletions(-) diff --git a/content/posts/box-is-a-unique-type.md b/content/posts/box-is-a-unique-type.md index f8388d2..d0db676 100644 --- a/content/posts/box-is-a-unique-type.md +++ b/content/posts/box-is-a-unique-type.md @@ -2,7 +2,6 @@ title = "Box Is a Unique Type" date = "2022-07-23" author = "Noratrieb" -authorTwitter = "@Noratrieb" tags = ["rust", "unsafe code"] keywords = ["box", "noalias"] description = "About better aliasing semantics for `Box`" diff --git a/content/posts/fake-openssh-keys/index.md b/content/posts/fake-openssh-keys/index.md index ff3cd16..79d54f3 100644 --- a/content/posts/fake-openssh-keys/index.md +++ b/content/posts/fake-openssh-keys/index.md @@ -2,7 +2,6 @@ title = "Having fun with OpenSSH private keys" date = "2024-09-13" author = "Noratrieb" -authorTwitter = "@Noratrieb" tags = ["ssh"] keywords = ["SSH"] description = "An interactive way to have fun with OpenSSH private keys" diff --git a/content/posts/item-patterns-and-struct-else.md b/content/posts/item-patterns-and-struct-else.md index a6a367e..912195c 100644 --- a/content/posts/item-patterns-and-struct-else.md +++ b/content/posts/item-patterns-and-struct-else.md @@ -2,7 +2,6 @@ title = "Item Patterns And Struct Else" date = "2023-03-17" author = "Noratrieb" -authorTwitter = "@Noratrieb" tags = ["rust", "language-design"] keywords = ["design"] description = "Bringing more expressiveness to our items" diff --git a/content/posts/ssh-security/index.md b/content/posts/ssh-security/index.md index dc40922..f584512 100644 --- a/content/posts/ssh-security/index.md +++ b/content/posts/ssh-security/index.md @@ -2,7 +2,6 @@ title = "How SSH Secures Your Connection" date = "2024-08-21" author = "Noratrieb" -authorTwitter = "@Noratrieb" tags = ["ssh", "security", "cryptography"] keywords = ["box", "noalias"] description = "Explaining SSH security by example" diff --git a/content/posts/the-inevitable-doom.md b/content/posts/the-inevitable-doom.md index ff37a5d..ed13e43 100644 --- a/content/posts/the-inevitable-doom.md +++ b/content/posts/the-inevitable-doom.md @@ -2,7 +2,6 @@ title = "The Inevitable Doom" date = "2024-01-13" author = "Noratrieb" -authorTwitter = "@Noratrieb" tags = ["story"] keywords = ["story"] description = "A short story about AI" diff --git a/themes/terminal/archetypes/posts.md b/themes/terminal/archetypes/posts.md index 9cacca3..d6c791f 100644 --- a/themes/terminal/archetypes/posts.md +++ b/themes/terminal/archetypes/posts.md @@ -2,7 +2,6 @@ title = "{{ replace .TranslationBaseName "-" " " | title }}" date = "{{ .Date }}" author = "" -authorTwitter = "" #do not include @ cover = "" tags = ["", ""] keywords = ["", ""]