From c1d6a1bad54e8ea12b8c979664cd0c51a191dab8 Mon Sep 17 00:00:00 2001 From: tommytran732 Date: Mon, 15 Aug 2022 04:13:51 -0400 Subject: [PATCH] Update other stuff Signed-off-by: tommytran732 --- README.md | 2 +- external-blogs.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a808655..8a26179 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A practical approach to Privacy and Security The website content (under `/content`) is under the [Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) license. -The articles originally posted on [wonderfall.dev](https://wonderfall.dev) and [seirdy.one](https://seirdy.one) are under the same license. +The articles originally posted on [wonderfall.dev](https://wonderfall.dev), [seirdy.one](https://seirdy.one), and [akc3n.org](https://akc3n.org) are under the same license. The Hugo Framework used to create this website is under the [Apache License](https://github.com/gohugoio/hugo/blob/master/LICENSE). diff --git a/external-blogs.sh b/external-blogs.sh index 1107769..d3f1af5 100755 --- a/external-blogs.sh +++ b/external-blogs.sh @@ -35,4 +35,7 @@ sed -i '/^tags:.*/a canonicalURL: https://wonderfall.dev/openssh-fido2/' './cont sed -i '/^tags:.*/a author: Wonderfall' './content/os/Securing OpenSSH with FIDO2.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 \ No newline at end of file +# His GitHub repo: https://github.com/Seirdy/seirdy.one + +# Blogs by akc3n currently needs to be manually ported, though a script for it can be written later. He is planning to change his website soon, so it is better to wait till then. +# His GitHub repo: https://github.com/akc3n/akc3ndotorg \ No newline at end of file