chore: Add website to main repo

This commit is contained in:
Christian Pauly 2020-12-24 11:31:58 +01:00
commit 9d0cd2d155
224 changed files with 17459 additions and 3 deletions

7
docs/en/changelog.md Normal file
View file

@ -0,0 +1,7 @@
---
layout: default
title: Changelog
lang: en
---
{% include changelog.md %}

33
docs/en/fdroid.md Normal file
View file

@ -0,0 +1,33 @@
---
layout: default
title: F-Droid Repository
lang: en
---
# F-Droid Repository
## Add Repository to F-Droid
Easiest way to add the Repository is to either scan the QR-Code or if you are on your phone directly click it.
{::nomarkdown}
<a href="fdroidrepos://fdroid.nordgedanken.dev/?fingerprint=8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB" >
<img src="{{site.assets}}/images/qr-code.svg" width="300" height="300"/>
</a>
{:/}
### If the QR-Code doesn't work:
First check if you have f-droid installed. If not you can get it from: [https://f-droid.org/](https://f-droid.org/).
After you made sure you installed it and you didn't have it installed before you can try again the QR-Code.
If this still isn't working follow the next steps:
1. Open the f-droid App
2. Go to the `Settings` Tab in the Bottom bar
3. Click the `Repositories` Action
4. Click on the plus sign at the top.
5. Fill in `https://fdroid.nordgedanken.dev` into the top field and `8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB` in the bottom field.
## What is the fingerprint?
The fingerprint of the Repository is: `8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB`

6
docs/en/index.html Normal file
View file

@ -0,0 +1,6 @@
---
layout: default
title: Official Website
lang: en
---
{% include index.html %}

7
docs/en/privacy.md Normal file
View file

@ -0,0 +1,7 @@
---
layout: default
title: Privacy
lang: en
---
{% include privacy.md %}