4 Commits

Author SHA1 Message Date
yehor
c80d772097 Fix footer link
All checks were successful
Build release image / build (push) Successful in 2m2s
2025-11-10 21:10:18 +02:00
yehor
e0dc99e8b3 Update Matrix links
All checks were successful
Build release image / build (push) Successful in 2m43s
2025-11-10 20:59:38 +02:00
yehor
d47af26542 Fix typo 2025-10-09 22:01:54 +03:00
yehor
2ae97b4146 Fix spacing
All checks were successful
Build release image / build (push) Successful in 1m21s
2025-10-09 21:54:57 +03:00
4 changed files with 5 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ const config = {
items: [
{
label: 'Matrix',
to: 'https://matrix.to/#/@yehor:vi.place',
to: 'https://matrix.to/#/@yehor:glitchy.social',
},
{
label: 'Mastodon',

View File

@@ -12,7 +12,7 @@ export default function BlogDiscussions({ mastodonLink }) {
return (
<section className={styles.blogDiscussions}>
<a className={styles.blogDiscussions_container} href="https://matrix.to/#/%23yevi-org-pub:vi.place" target='_blank'>
<a className={styles.blogDiscussions_container} href="https://matrix.to/#/%23yevi-org-pub:glitchy.social" target='_blank'>
<MatrixIcon fill="currentColor" className={styles.icon} role="img" />
<span className={styles.linkText}>Discuss on Matrix</span>
</a>

View File

@@ -35,7 +35,7 @@ const FeatureList = [
},
{
title: 'Matrix',
link: 'https://matrix.to/#/@yehor:vi.place',
link: 'https://matrix.to/#/@yehor:glitchy.social',
Svg: require('@site/static/icons/matrix.svg').default,
description: (
<>

View File

@@ -37,7 +37,7 @@ The only service I'm not happy with, but still using. Plane is slowly evolving i
### Kan.bn
[Product](https://kan.bn)
It is a simple but very nice kanban board. I'm not sure I will replace Plane with it, but I'm using it now as a personal to-do list. And for my homelab stuff, I'll never finish.
It is a simple but very nice kanban board. I'm not sure I will replace Plane with it, but I'm using it now as a personal to-do list. And for my homelab things that I'll never finish.
### Outline
[Product](https://www.getoutline.com)
@@ -61,6 +61,7 @@ There are two types of documentation. Actually, three, but the third one is a do
### Synapse
[Matrix](https://matrix.org) | [Element](https://element.io)
Synapse is a Matrix server. Matrix is a protocol specification of a decentralised communication platform. But Synapse developed my Element. Element is an organisation that... well, it's complicated. Also, while hosting a Matrix server is not a trivial task, it's the most exciting thing to host. Because come on! It's a chat platform with video calls support, mobile and desktop apps, web clients, and end-to-end encryption! It's not just a web app with a single user - you. Something is continuously happening on the server; it consumes resources, connects to other similar servers, breaks when misconfigured, and makes your life engaging. The hardest part is to lure your friends and family, though.
### Other