Compare commits

..

7 commits

Author SHA1 Message Date
c8fe6770c8 Merge pull request 'develop' (#63) from develop into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #63
2021-05-13 20:17:30 +00:00
b06ff705b1 Merge pull request 'Update dependency node-sass to v6' (#62) from renovate/node-sass-6.x into develop
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Reviewed-on: #62
2021-05-13 19:22:57 +00:00
77fe53e383 Update dependency node-sass to v6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-05-13 19:02:41 +00:00
915692f514
Merge remote-tracking branch 'origin/develop' into develop
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-13 20:39:38 +02:00
05359267e0
added libretranslate service
added register button for matrix
2021-05-13 20:39:30 +02:00
b41ee28a44 Merge pull request 'Update dependency @11ty/eleventy-navigation to ^0.2.0' (#60) from renovate/11ty-eleventy-navigation-0.x into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #60
2021-04-13 17:38:33 +00:00
57c6f246a7 Update dependency @11ty/eleventy-navigation to ^0.2.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-04-13 04:01:46 +00:00
4 changed files with 22 additions and 2 deletions

View file

@ -20,9 +20,9 @@
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^0.12.1", "@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.1.6", "@11ty/eleventy-navigation": "^0.2.0",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"node-sass": "^5.0.0", "node-sass": "^6.0.0",
"node-sass-tilde-importer": "^1.0.2", "node-sass-tilde-importer": "^1.0.2",
"npm-run-all": "^4.1.5" "npm-run-all": "^4.1.5"
}, },

View file

@ -107,5 +107,17 @@
"de": "Ein alternatives Twitter- und YouTube-Frontend.", "de": "Ein alternatives Twitter- und YouTube-Frontend.",
"en": "An alternative Twitter- and YouTube-Frontend." "en": "An alternative Twitter- and YouTube-Frontend."
} }
},
{
"id": "translate",
"name": "LibreTranslate",
"icon": "fas fa-language",
"url": "https://translate.sp-codes.de",
"status": "https://translate.sp-codes.de",
"beta": true,
"summary": {
"de": "Eine freie und quelloffene API für Übersetzung.",
"en": "A free and Open Source Machine Translation API."
}
} }
] ]

View file

@ -22,6 +22,10 @@ eine öffentliche Element-Web Instanz: [chat.sp-codes.de](https://chat.sp-codes.
Die Serverregeln kannst du gerne [hier](https://matrix.sp-codes.de/_matrix/consent) nachlesen. Melde dich gerne auf meinem Server an oder suche dir einen aus den unten verlinkten Listen heraus. Ich freue mich auf Die Serverregeln kannst du gerne [hier](https://matrix.sp-codes.de/_matrix/consent) nachlesen. Melde dich gerne auf meinem Server an oder suche dir einen aus den unten verlinkten Listen heraus. Ich freue mich auf
deine Nachricht an [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de). deine Nachricht an [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de).
<div class="text-center mb-3">
<a class="card d-inline-block font-weight-bold" target="_blank" href="https://chat.sp-codes.de/#/register">Jetzt registrieren</a>
</div>
## Einstieg ## Einstieg
Auf meinem Blog findest du eine Artikelserie für einen einfachen Einstieg in Matrix: Auf meinem Blog findest du eine Artikelserie für einen einfachen Einstieg in Matrix:

View file

@ -13,6 +13,10 @@ __Since the beginning of 2020 I run a public Matrix server: [matrix.sp-codes.de]
You can read the server rules [here](https://matrix.sp-codes.de/_matrix/consent) (German). Feel free to create an account on my server or choose one from the lists linked below. I look forward to hear from you [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de). You can read the server rules [here](https://matrix.sp-codes.de/_matrix/consent) (German). Feel free to create an account on my server or choose one from the lists linked below. I look forward to hear from you [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de).
<div class="text-center mb-3">
<a class="card d-inline-block font-weight-bold" target="_blank" href="https://chat.sp-codes.de/#/register">Register now</a>
</div>
On my blog (German) you will find an article series for an easy start to Matrix: [Werde Teil der Matrix](https://blog.sp-codes.de/werde-teil-der-matrix-matrix-teil-1/) On my blog (German) you will find an article series for an easy start to Matrix: [Werde Teil der Matrix](https://blog.sp-codes.de/werde-teil-der-matrix-matrix-teil-1/)
## Why Matrix? ## Why Matrix?