de-twitter

This commit is contained in:
nora 2025-03-10 11:59:36 +01:00
parent 3f1978cc85
commit 87832e05c0
6 changed files with 0 additions and 6 deletions

View file

@ -2,7 +2,6 @@
title = "Box Is a Unique Type" title = "Box Is a Unique Type"
date = "2022-07-23" date = "2022-07-23"
author = "Noratrieb" author = "Noratrieb"
authorTwitter = "@Noratrieb"
tags = ["rust", "unsafe code"] tags = ["rust", "unsafe code"]
keywords = ["box", "noalias"] keywords = ["box", "noalias"]
description = "About better aliasing semantics for `Box<T>`" description = "About better aliasing semantics for `Box<T>`"

View file

@ -2,7 +2,6 @@
title = "Having fun with OpenSSH private keys" title = "Having fun with OpenSSH private keys"
date = "2024-09-13" date = "2024-09-13"
author = "Noratrieb" author = "Noratrieb"
authorTwitter = "@Noratrieb"
tags = ["ssh"] tags = ["ssh"]
keywords = ["SSH"] keywords = ["SSH"]
description = "An interactive way to have fun with OpenSSH private keys" description = "An interactive way to have fun with OpenSSH private keys"

View file

@ -2,7 +2,6 @@
title = "Item Patterns And Struct Else" title = "Item Patterns And Struct Else"
date = "2023-03-17" date = "2023-03-17"
author = "Noratrieb" author = "Noratrieb"
authorTwitter = "@Noratrieb"
tags = ["rust", "language-design"] tags = ["rust", "language-design"]
keywords = ["design"] keywords = ["design"]
description = "Bringing more expressiveness to our items" description = "Bringing more expressiveness to our items"

View file

@ -2,7 +2,6 @@
title = "How SSH Secures Your Connection" title = "How SSH Secures Your Connection"
date = "2024-08-21" date = "2024-08-21"
author = "Noratrieb" author = "Noratrieb"
authorTwitter = "@Noratrieb"
tags = ["ssh", "security", "cryptography"] tags = ["ssh", "security", "cryptography"]
keywords = ["box", "noalias"] keywords = ["box", "noalias"]
description = "Explaining SSH security by example" description = "Explaining SSH security by example"

View file

@ -2,7 +2,6 @@
title = "The Inevitable Doom" title = "The Inevitable Doom"
date = "2024-01-13" date = "2024-01-13"
author = "Noratrieb" author = "Noratrieb"
authorTwitter = "@Noratrieb"
tags = ["story"] tags = ["story"]
keywords = ["story"] keywords = ["story"]
description = "A short story about AI" description = "A short story about AI"

View file

@ -2,7 +2,6 @@
title = "{{ replace .TranslationBaseName "-" " " | title }}" title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ .Date }}" date = "{{ .Date }}"
author = "" author = ""
authorTwitter = "" #do not include @
cover = "" cover = ""
tags = ["", ""] tags = ["", ""]
keywords = ["", ""] keywords = ["", ""]