From 587f62c2aa08341b8a21b1287f410c43c3508f2e Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 19 Jul 2022 01:00:32 -0400 Subject: [PATCH] Capitalization for Tags Signed-off-by: Tommy --- content/knowledge/Threat Modeling.md | 2 +- content/os/Choosing Your Android-Based Operating System.md | 2 +- content/os/Choosing Your Desktop Linux Distribution.md | 2 +- content/os/Docker and OCI Hardening.md | 2 +- content/os/Linux Insecurities.md | 2 +- content/os/Securing OpenSSH with FIDO2.md | 2 +- external-blogs.sh | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/knowledge/Threat Modeling.md b/content/knowledge/Threat Modeling.md index d38d751..16a760e 100644 --- a/content/knowledge/Threat Modeling.md +++ b/content/knowledge/Threat Modeling.md @@ -1,6 +1,6 @@ --- title: "Threat Modeling" -tags: ['knowledge base', 'privacy', 'security'] +tags: ['Knowledge base', 'Privacy', 'Security'] author: Tommy --- diff --git a/content/os/Choosing Your Android-Based Operating System.md b/content/os/Choosing Your Android-Based Operating System.md index ed1eb68..7ba1ba0 100644 --- a/content/os/Choosing Your Android-Based Operating System.md +++ b/content/os/Choosing Your Android-Based Operating System.md @@ -1,6 +1,6 @@ --- title: "Choosing Your Android-Based Operating System" -tags: ['operating systems', 'android', 'privacy', 'security'] +tags: ['Operating Systems', 'Android', 'Privacy', 'Security'] author: Tommy --- diff --git a/content/os/Choosing Your Desktop Linux Distribution.md b/content/os/Choosing Your Desktop Linux Distribution.md index e8f23a9..20d542b 100644 --- a/content/os/Choosing Your Desktop Linux Distribution.md +++ b/content/os/Choosing Your Desktop Linux Distribution.md @@ -1,6 +1,6 @@ --- title: "Choosing Your Desktop Linux Distribution" -tags: ['operating systems', 'linux', 'security'] +tags: ['Operating Systems', 'Linux', 'Security'] author: Tommy --- diff --git a/content/os/Docker and OCI Hardening.md b/content/os/Docker and OCI Hardening.md index 47fe297..9fd12b7 100644 --- a/content/os/Docker and OCI Hardening.md +++ b/content/os/Docker and OCI Hardening.md @@ -1,6 +1,6 @@ --- title: "Docker and OCI Hardening" -tags: ['operating systems', 'linux', 'container', 'security'] +tags: ['Operating Systems', 'Linux', 'Container', 'Security'] author: Wonderfall canonicalURL: https://wonderfall.dev/docker-hardening/ ShowCanonicalLink: true diff --git a/content/os/Linux Insecurities.md b/content/os/Linux Insecurities.md index 67a4a4f..cae15d2 100644 --- a/content/os/Linux Insecurities.md +++ b/content/os/Linux Insecurities.md @@ -1,6 +1,6 @@ --- title: "Linux Insecurities" -tags: ['operating systems', 'linux', 'security',] +tags: ['Operating Systems', 'Linux', 'Security',] author: Tommy --- diff --git a/content/os/Securing OpenSSH with FIDO2.md b/content/os/Securing OpenSSH with FIDO2.md index 1efa480..ac1769f 100644 --- a/content/os/Securing OpenSSH with FIDO2.md +++ b/content/os/Securing OpenSSH with FIDO2.md @@ -1,6 +1,6 @@ --- title: "Securing OpenSSH with FIDO2" -tags: ['operating systems', 'linux', 'security'] +tags: ['Operating Systems', 'Linux', 'Security'] author: Wonderfall canonicalURL: https://wonderfall.dev/openssh-fido2/ ShowCanonicalLink: true diff --git a/external-blogs.sh b/external-blogs.sh index a19e0e9..ef801e4 100755 --- a/external-blogs.sh +++ b/external-blogs.sh @@ -7,7 +7,7 @@ curl https://raw.githubusercontent.com/Wonderfall/wonderfall.github.io/main/cont sed -i 's/title:.*/title: "F-Droid Security Analysis"/' './content/apps/F-Droid Security Analysis.md' sed -i '/date:.*/d' './content/apps/F-Droid Security Analysis.md' sed -i '/draft:.*/d' './content/apps/F-Droid Security Analysis.md' -sed -i "s/tags:.*/tags: ['applications', 'android', 'security']/" './content/apps/F-Droid Security Analysis.md' +sed -i "s/tags:.*/tags: ['Applications', 'Android', 'Security']/" './content/apps/F-Droid Security Analysis.md' sed -i '/^tags:.*/a ShowCanonicalLink: true' './content/apps/F-Droid Security Analysis.md' sed -i '/^tags:.*/a canonicalURL: https://wonderfall.dev/fdroid-issues' './content/apps/F-Droid Security Analysis.md' sed -i '/^tags:.*/a author: Wonderfall' './content/apps/F-Droid Security Analysis.md' @@ -20,7 +20,7 @@ curl https://raw.githubusercontent.com/Wonderfall/wonderfall.github.io/main/cont sed -i 's/title:.*/title: "Docker and OCI Hardening"/' './content/os/Docker and OCI Hardening.md' sed -i '/date:.*/d' './content/os/Docker and OCI Hardening.md' sed -i '/draft:.*/d' './content/os/Docker and OCI Hardening.md' -sed -i "s/tags:.*/tags: ['operating systems', 'linux', 'container', 'security']/" './content/os/Docker and OCI Hardening.md' +sed -i "s/tags:.*/tags: ['Operating Systems', 'Linux', 'Container', 'Security']/" './content/os/Docker and OCI Hardening.md' sed -i '/^tags:.*/a ShowCanonicalLink: true' './content/os/Docker and OCI Hardening.md' sed -i '/^tags:.*/a canonicalURL: https://wonderfall.dev/docker-hardening/' './content/os/Docker and OCI Hardening.md' sed -i '/^tags:.*/a author: Wonderfall' './content/os/Docker and OCI Hardening.md' @@ -32,7 +32,7 @@ curl https://raw.githubusercontent.com/Wonderfall/wonderfall.github.io/main/cont sed -i 's/title:.*/title: "Securing OpenSSH with FIDO2"/' './content/os/Securing OpenSSH with FIDO2.md' sed -i '/date:.*/d' './content/os/Securing OpenSSH with FIDO2.md' sed -i '/draft:.*/d' './content/os/Securing OpenSSH with FIDO2.md' -sed -i "s/tags:.*/tags: ['operating systems', 'linux', 'security']/" './content/os/Securing OpenSSH with FIDO2.md' +sed -i "s/tags:.*/tags: ['Operating Systems', 'Linux', 'Security']/" './content/os/Securing OpenSSH with FIDO2.md' sed -i '/^tags:.*/a ShowCanonicalLink: true' './content/os/Securing OpenSSH with FIDO2.md' sed -i '/^tags:.*/a canonicalURL: https://wonderfall.dev/openssh-fido2/' './content/os/Securing OpenSSH with FIDO2.md' sed -i '/^tags:.*/a author: Wonderfall' './content/os/Securing OpenSSH with FIDO2.md' \ No newline at end of file