1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-30 22:42:47 -04:00

Capitalization for Tags

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-19 01:00:32 -04:00 committed by tommytran732
parent 172ea326d1
commit 587f62c2aa
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
7 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
---
title: "Threat Modeling"
tags: ['knowledge base', 'privacy', 'security']
tags: ['Knowledge base', 'Privacy', 'Security']
author: Tommy
---

View File

@ -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
---

View File

@ -1,6 +1,6 @@
---
title: "Choosing Your Desktop Linux Distribution"
tags: ['operating systems', 'linux', 'security']
tags: ['Operating Systems', 'Linux', 'Security']
author: Tommy
---

View File

@ -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

View File

@ -1,6 +1,6 @@
---
title: "Linux Insecurities"
tags: ['operating systems', 'linux', 'security',]
tags: ['Operating Systems', 'Linux', 'Security',]
author: Tommy
---

View File

@ -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

View File

@ -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'