updated services
Some checks failed
continuous-integration/drone/push Build is failing

added 404 page
This commit is contained in:
Samuel Philipp 2020-06-04 18:23:03 +02:00
parent 5d8a81ff79
commit d41508a437
9 changed files with 51 additions and 3 deletions

View file

@ -10,7 +10,7 @@
"watch:eleventy": "eleventy --serve",
"watch:sass": "npm run compile-sass -- --watch",
"start": "npm-run-all copy-resources compile-sass --parallel watch:*",
"build": "npm run copy-resources && compile-sass && eleventy"
"build": "npm run copy-resources && npm run compile-sass && eleventy"
},
"author": "samuel-p",
"repository": {

8
sites/de/404.md Normal file
View file

@ -0,0 +1,8 @@
---
layout: base.njk
key: 404
title: Nicht gefunden
---
# Nicht gefunden
Diese Seite existiert (noch) nicht. Schau später nochmal vorbei, oder fang von vorne an: [Home](/{{locale}}/)

View file

@ -21,7 +21,7 @@ eleventyNavigation:
<a class="link" href="/{{locale}}/services/{{service.id}}"></a>
<div class="inner">
<i class="{{service.icon}} fa-4x"></i>
<h2 class="mt-2">{{service.name}}{% if service.url %} <a href="{{service.url}}"><i
<h2 class="mt-2">{{service.name}}{% if service.url %} <a href="{{service.url}}" target="_blank"><i
class="fas fa-external-link-alt"></i></a>{% endif %}</h2>
<div>{{service.summary[locale]}}</div>
</div>

View file

@ -0,0 +1,8 @@
---
layout: base.njk
key: connectivitycheck
title: Captive Portal Check
---
# Captive Portal Check
Die Beschreibung zum Captive Portal Check folgt in Kürze.

View file

@ -0,0 +1,8 @@
---
layout: base.njk
key: firefox-sync
title: Firefox Sync
---
# Firefox Sync
Die Beschreibung zu Firefox Sync folgt in Kürze.

View file

@ -0,0 +1,8 @@
---
layout: base.njk
key: gitea
title: Gitea
---
# Gitea
Die Beschreibung zu Gitea folgt in Kürze.

View file

@ -0,0 +1,8 @@
---
layout: base.njk
key: searx
title: Searx
---
# Searx
Die Beschreibung zu Searx folgt in Kürze.

8
sites/en/404.md Normal file
View file

@ -0,0 +1,8 @@
---
layout: base.njk
key: 404
title: Not Found
---
# Not Found
This page does not exist (yet). Come back later or take a look at the beginning: [Home](/{{locale}}/)

View file

@ -20,7 +20,7 @@ eleventyNavigation:
<a class="link" href="/{{locale}}/services/{{service.id}}"></a>
<div class="inner">
<i class="{{service.icon}} fa-4x"></i>
<h2 class="mt-2">{{service.name}}{% if service.url %} <a href="{{service.url}}"><i
<h2 class="mt-2">{{service.name}}{% if service.url %} <a href="{{service.url}}" target="_blank"><i
class="fas fa-external-link-alt"></i></a>{% endif %}</h2>
<div>{{service.summary[locale]}}</div>
</div>