forked from samuel-p/sp-codes.de
updated services
added 404 page
This commit is contained in:
parent
5d8a81ff79
commit
d41508a437
9 changed files with 51 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
"watch:eleventy": "eleventy --serve",
|
"watch:eleventy": "eleventy --serve",
|
||||||
"watch:sass": "npm run compile-sass -- --watch",
|
"watch:sass": "npm run compile-sass -- --watch",
|
||||||
"start": "npm-run-all copy-resources compile-sass --parallel 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",
|
"author": "samuel-p",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
8
sites/de/404.md
Normal file
8
sites/de/404.md
Normal 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}}/)
|
|
@ -21,7 +21,7 @@ eleventyNavigation:
|
||||||
<a class="link" href="/{{locale}}/services/{{service.id}}"></a>
|
<a class="link" href="/{{locale}}/services/{{service.id}}"></a>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<i class="{{service.icon}} fa-4x"></i>
|
<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>
|
class="fas fa-external-link-alt"></i></a>{% endif %}</h2>
|
||||||
<div>{{service.summary[locale]}}</div>
|
<div>{{service.summary[locale]}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
8
sites/de/services/connectivitycheck.md
Normal file
8
sites/de/services/connectivitycheck.md
Normal 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.
|
8
sites/de/services/firefox-sync.md
Normal file
8
sites/de/services/firefox-sync.md
Normal 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.
|
8
sites/de/services/gitea.md
Normal file
8
sites/de/services/gitea.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
layout: base.njk
|
||||||
|
key: gitea
|
||||||
|
title: Gitea
|
||||||
|
---
|
||||||
|
# Gitea
|
||||||
|
|
||||||
|
Die Beschreibung zu Gitea folgt in Kürze.
|
8
sites/de/services/matrix.md
Normal file
8
sites/de/services/matrix.md
Normal 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
8
sites/en/404.md
Normal 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}}/)
|
|
@ -20,7 +20,7 @@ eleventyNavigation:
|
||||||
<a class="link" href="/{{locale}}/services/{{service.id}}"></a>
|
<a class="link" href="/{{locale}}/services/{{service.id}}"></a>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<i class="{{service.icon}} fa-4x"></i>
|
<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>
|
class="fas fa-external-link-alt"></i></a>{% endif %}</h2>
|
||||||
<div>{{service.summary[locale]}}</div>
|
<div>{{service.summary[locale]}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue