forked from samuel-p/sp-codes.de
Merge remote-tracking branch 'origin/develop' into about-me
This commit is contained in:
commit
35c3c18f68
11 changed files with 61 additions and 7 deletions
|
@ -38,7 +38,7 @@ title: sp-codes
|
||||||
<body>
|
<body>
|
||||||
<div class="d-flex justify-content-start flex-wrap p-2 menu border-bottom">
|
<div class="d-flex justify-content-start flex-wrap p-2 menu border-bottom">
|
||||||
{%- for entry in collections.all | eleventyNavigation %}
|
{%- for entry in collections.all | eleventyNavigation %}
|
||||||
{% if entry.url.includes(locale) %}
|
{% if not entry.url.startsWith("https") and entry.url.includes(locale) or entry.locale == locale %}
|
||||||
<div {% if entry.url == page.url %} class="active"{% endif %}>
|
<div {% if entry.url == page.url %} class="active"{% endif %}>
|
||||||
<a href="{{ entry.url | url }}" class="mr-2">
|
<a href="{{ entry.url | url }}" class="mr-2">
|
||||||
{% if entry.icon %}<span class="fas fa-{{ entry.icon }} mr-2"></span>{% endif %}{{ entry.title }}
|
{% if entry.icon %}<span class="fas fa-{{ entry.icon }} mr-2"></span>{% endif %}{{ entry.title }}
|
||||||
|
|
11
src/de/blog.md
Normal file
11
src/de/blog.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
key: blog
|
||||||
|
eleventyNavigation:
|
||||||
|
key: blog
|
||||||
|
title: Blog
|
||||||
|
icon: book
|
||||||
|
url: https://blog.sp-codes.de/
|
||||||
|
locale: de
|
||||||
|
order: 1
|
||||||
|
permalink: false
|
||||||
|
---
|
|
@ -13,7 +13,8 @@ eleventyNavigation:
|
||||||
<p class="lead text-center mb-2">
|
<p class="lead text-center mb-2">
|
||||||
Schön, dass du hergefunden hast. Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus
|
Schön, dass du hergefunden hast. Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus
|
||||||
Magdeburg. Auf dieser Seite findest du Informationen über mich und eine Übersicht über die von mir
|
Magdeburg. Auf dieser Seite findest du Informationen über mich und eine Übersicht über die von mir
|
||||||
bereitgestellten Dienste. Schau dich gerne um oder nutze die verschiedenen Tools.
|
bereitgestellten Dienste. Schau dich gerne um, lies meinen <a href="https://blog.sp-codes.de">Blog</a> oder
|
||||||
|
nutze die verschiedenen Tools.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,4 +5,14 @@ title: Jitsi Meet
|
||||||
---
|
---
|
||||||
# Jitsi Meet
|
# Jitsi Meet
|
||||||
|
|
||||||
Die Beschreibung kommt demnächst...
|
Jitsi-Meet ist eine Plattform für Videokonferenzen. Ohne Anmeldung können vollständig verschlüsselte Video-Chats gestartet werden. Zusätzlich bietet Jitsi-Meet die Möglichkeit den Bildschirm für die anderen Teilnehmer:innen freizugeben, neue Benutzer:innen einfach per Link einzuladen und Nachrichten im integrierten Chat zu verschicken.
|
||||||
|
|
||||||
|
__Seit Juli 2020 betreibe ich eine eigene Jitsi-Meet Instanz. Du findest sie unter [jitsi.sp-codes.de](https://jitsi.sp-codes.de/).__
|
||||||
|
|
||||||
|
Gerne darfst du die Instanz mit anderen Leuten nutzen.
|
||||||
|
|
||||||
|
## Weitere nützliche Links
|
||||||
|
|
||||||
|
* [Jitsi Webseite](https://jitsi.org/)
|
||||||
|
* [Quellcode von Jitsi](https://github.com/jitsi/jitsi-meet)
|
||||||
|
* [Liste öffentlicher Instanzen](https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances)
|
||||||
|
|
|
@ -17,5 +17,9 @@ Melde dich gerne auf meinem Server an oder suche dir einen aus der unten verlink
|
||||||
|
|
||||||
* [Verschiedene Apps](https://matrix.org/clients)
|
* [Verschiedene Apps](https://matrix.org/clients)
|
||||||
* [Liste öffentlicher Räume](https://view.matrix.org/)
|
* [Liste öffentlicher Räume](https://view.matrix.org/)
|
||||||
* [Liste öffentlicher Matrix-Server](https://www.hello-matrix.net/public_servers.php)
|
* Listen mit öffentlichen Matrix-Servern
|
||||||
|
* [hello-matrix.net](https://www.hello-matrix.net/public_servers.php)
|
||||||
|
* [anchel.nl](https://www.anchel.nl/matrix-publiclist/)
|
||||||
|
* [the-federation.info](https://the-federation.info/protocol/matrix)
|
||||||
* [Matrix FAQ](https://matrix.org/faq/)
|
* [Matrix FAQ](https://matrix.org/faq/)
|
||||||
|
* [Account umziehen](https://ems.element.io/tools/matrix-migration)
|
||||||
|
|
|
@ -15,6 +15,8 @@ __Seit November 2019 betreibe ich eine öffentliche Searx Instanz.__ Schau gerne
|
||||||
|
|
||||||
__Hier gehts zu Searx: [searx.sp-codes.de](https://searx.sp-codes.de)__
|
__Hier gehts zu Searx: [searx.sp-codes.de](https://searx.sp-codes.de)__
|
||||||
|
|
||||||
|
Tor Hidden Service: [searxbi3f73mmdeb.onion](http://searxbi3f73mmdeb.onion)
|
||||||
|
|
||||||
## Weitere nützliche Links
|
## Weitere nützliche Links
|
||||||
|
|
||||||
* [Searx Webseite](https://asciimoo.github.io/searx/)
|
* [Searx Webseite](https://asciimoo.github.io/searx/)
|
||||||
|
|
11
src/en/blog.md
Normal file
11
src/en/blog.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
key: blog
|
||||||
|
eleventyNavigation:
|
||||||
|
key: blog
|
||||||
|
title: Blog
|
||||||
|
icon: book
|
||||||
|
url: https://blog.sp-codes.de/
|
||||||
|
locale: en
|
||||||
|
order: 1
|
||||||
|
permalink: false
|
||||||
|
---
|
|
@ -13,7 +13,7 @@ eleventyNavigation:
|
||||||
<p class="lead text-center mb-2">
|
<p class="lead text-center mb-2">
|
||||||
Glad you found your way here. My name is Samuel Philipp and I am a software engineer from Magdeburg.
|
Glad you found your way here. My name is Samuel Philipp and I am a software engineer from Magdeburg.
|
||||||
On this site you will find information about me and an overview of the services I provide. Feel free
|
On this site you will find information about me and an overview of the services I provide. Feel free
|
||||||
to look around or use the various services.
|
to look around, read my <a href="https://blog.sp-codes.de">Blog</a> (in German) or use the various services.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,4 +5,14 @@ title: Jitsi Meet
|
||||||
---
|
---
|
||||||
# Jitsi Meet
|
# Jitsi Meet
|
||||||
|
|
||||||
The description is coming soon...
|
Jitsi-Meet is a platform for video conferences. You can start fully encrypted video chats without registration. Additionally, Jitsi-Meet offers the possibility to share the screen with other participants, invite new users with a simple link and send messages in the integrated chat.
|
||||||
|
|
||||||
|
__Since July 2020 I run my own Jitsi-Meet instance. You can find it at [jitsi.sp-codes.de](https://jitsi.sp-codes.de/).__
|
||||||
|
|
||||||
|
You are welcome to use the instance with other people.
|
||||||
|
|
||||||
|
## More useful links
|
||||||
|
|
||||||
|
* [Jitsi Website](https://jitsi.org/)
|
||||||
|
* [Source code of Jitsi](https://github.com/jitsi/jitsi-meet)
|
||||||
|
* [List of public Instances](https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances)
|
||||||
|
|
|
@ -17,5 +17,9 @@ Feel free to create an account on my server or choose one from the list linked b
|
||||||
|
|
||||||
* [Various Apps](https://matrix.org/clients)
|
* [Various Apps](https://matrix.org/clients)
|
||||||
* [List of public rooms](https://view.matrix.org/)
|
* [List of public rooms](https://view.matrix.org/)
|
||||||
* [List of public matrix servers](https://www.hello-matrix.net/public_servers.php)
|
* Lists with public matrix servers
|
||||||
|
* [hello-matrix.net](https://www.hello-matrix.net/public_servers.php)
|
||||||
|
* [anchel.nl](https://www.anchel.nl/matrix-publiclist/)
|
||||||
|
* [the-federation.info](https://the-federation.info/protocol/matrix)
|
||||||
* [Matrix FAQ](https://matrix.org/faq/)
|
* [Matrix FAQ](https://matrix.org/faq/)
|
||||||
|
* [Migrate Account](https://ems.element.io/tools/matrix-migration)
|
||||||
|
|
|
@ -15,6 +15,7 @@ __Since November 2019 I run a public Searx instance.__ Feel free to check it out
|
||||||
|
|
||||||
Here is the link to Searx: [searx.sp-codes.de](https://searx.sp-codes.de)
|
Here is the link to Searx: [searx.sp-codes.de](https://searx.sp-codes.de)
|
||||||
|
|
||||||
|
Tor Hidden Service: [searxbi3f73mmdeb.onion](http://searxbi3f73mmdeb.onion)
|
||||||
|
|
||||||
## More useful links
|
## More useful links
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue