From ca1e7c9d4f5204722c7db014caf46a8d6b4adc97 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 27 Jul 2023 06:46:48 -0700 Subject: [PATCH] Remove old article Signed-off-by: Tommy --- external-blogs.sh | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/external-blogs.sh b/external-blogs.sh index 777d694..9b16d0a 100755 --- a/external-blogs.sh +++ b/external-blogs.sh @@ -22,25 +22,8 @@ sed -i '/^tags:.*/a ShowCanonicalLink: true' './content/posts/linux/Securing Ope sed -i '/^tags:.*/a canonicalURL: https://wonderfall.dev/openssh-fido2/' './content/posts/linux/Securing OpenSSH with FIDO2.md' sed -i '/^tags:.*/a author: Wonderfall' './content/posts/linux/Securing OpenSSH with FIDO2.md' -#Building GrapheneOS with Windows Subsystem for Linux -echo "Fetching and Modifying the Building GrapheneOS with Windows Subsystem for Linux post" -rm -rf './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -curl https://raw.githubusercontent.com/akc3n/akc3n.page/main/content/posts/grapheneos-wsl.md -o './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/title:.*/title: "Building GrapheneOS with Windows Subsystem for Linux"/' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/description:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i "s/tags:.*/tags: ['Operating Systems', 'Android']/" './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/TocOpen:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/hidemeta:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/hideSummary:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/searchHidden:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/ShowReadingTime:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/ShowBreadCrumbs:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/ShowPostNavLinks:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i 's/ShowWordCount:.*//' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' -sed -i '/^tags:.*/a ShowCanonicalLink: true' './content/posts/android/Building GrapheneOS with Windows Subsystem for Linux.md' - # Blogs by Rohan Kumar (a.k.a Seirdy) currently need to be manually ported, as he uses a lot of HTML inside of the source instead of just markdown. # His GitHub repo: https://github.com/Seirdy/seirdy.one # Blogs by WfKe9vLwSvv7rN currently need to be manually ported, as he uses a lot of HTML inside of the source instead of just markdown. -# His GitLab repo: https://gitlab.com/WanderingComputerer/WanderingComputerer.gitlab.io/ \ No newline at end of file +# His GitLab repo: https://gitlab.com/WanderingComputerer/WanderingComputerer.gitlab.io/