From bc0cb1aff1092ba39a9c6d8ee7e96f24d834450c Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 11 Jun 2020 16:31:13 +0200 Subject: [PATCH] Add note about website open-sourced --- content/notes/2020-06-11--website-open-sourced.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/notes/2020-06-11--website-open-sourced.md diff --git a/content/notes/2020-06-11--website-open-sourced.md b/content/notes/2020-06-11--website-open-sourced.md new file mode 100644 index 0000000..0f7922d --- /dev/null +++ b/content/notes/2020-06-11--website-open-sourced.md @@ -0,0 +1,13 @@ +--- +title: Website is now open source! +author: Yarmo Mackenbach +slug: website-open-sourced +date: "2020-06-11 16:09:40" +published: true +--- + +It's finally here: the [source code of this website](https://git.yarmo.eu/yarmo/yarmo.eu) on my selfhosted gitea instance. It was delayed because, even though the current codebase does not contain secret keys or passwords, this has been the case in the past and the git history is easily searchable. I have deleted the old git project and started afresh. + +From now on, the source code and the [drone CI/CD pipelines](https://drone.yarmo.eu/yarmo/yarmo.eu/) that go with the website are all open and available. This should make the content on the website more trustworthy as you can now review the code that generated the content. It is also my belief that the open-sourcing of this website is beneficial to all including myself: it gives you a chance to see the inner workings and perhaps pick up a trick or two, and if you see a blatant mistake, bad coding practices or other errors, I trust you will [let me know](/contact). + +Enjoy and thanks for taking the time to be here :)