Compare commits

..

3 Commits

Author SHA1 Message Date
Yarmo Mackenbach
d2cb10bc5a Update footer
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-11 16:38:10 +02:00
Yarmo Mackenbach
bc0cb1aff1 Add note about website open-sourced 2020-06-11 16:31:13 +02:00
Yarmo Mackenbach
37ed304ea9 Remove obsolete htaccess 2020-06-11 16:27:17 +02:00
3 changed files with 21 additions and 21 deletions

View File

@ -1,19 +0,0 @@
RewriteEngine on
Options +FollowSymLinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
RewriteCond %{HTTP_HOST} ^www.yarmo.eu [NC]
RewriteRule ^(.*)$ https://yarmo.eu/$1 [L,R=301]
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^blog\.yarmo\.eu
RewriteRule ^(.*)$ https://yarmo.eu/blog [R=301]
RewriteCond %{HTTP_HOST} ^vinyl\.yarmo\.eu
RewriteRule ^(.*)$ https://yarmo.eu/vinyl [R=301]
Redirect 301 /.well-known/openpgpkey/hu/bqx3ddb8nkcmfngfpc4fcq3cwuo3w7hr /.well-known/openpgpkey/hu/9F0048AC0B23301E1F77E994909F6BD6F80F485D.gpg

View File

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

View File

@ -18,12 +18,18 @@ html
footer
p
| No ads on this website.
| Ads: no.
br
| Privacy-friendly analytics through
| Analytics:
a(href="https://plausible.io") Plausible
|.
br
| Open source:
a(href="https://git.yarmo.eu/yarmo/yarmo.eu") source code
| and
a(href="https://drone.yarmo.eu/yarmo/yarmo.eu/") CI/CD pipelines
|.
br
| All content licensed under
a(href="https://creativecommons.org/licenses/by-nc-sa/4.0/") CC BY-NC-SA 4.0
| unless otherwise stated.