Compare commits
No commits in common. "2c3ee14f707aee47827f02ae2d2e719a7d929955" and "100bc3d667d783540cfa79e53c94e19f0d0ef7e3" have entirely different histories.
2c3ee14f70
...
100bc3d667
4 changed files with 22 additions and 22 deletions
16
config.toml
16
config.toml
|
@ -36,6 +36,16 @@ icon = 'fa-solid fa-mountain'
|
|||
title = 'codeberg'
|
||||
url = 'https://codeberg.org/thrrgilag?tab=activity'
|
||||
|
||||
[[params.socialLinks]]
|
||||
icon = 'fa-brands fa-gitlab'
|
||||
title = 'GitLab'
|
||||
url = 'https://gitlab.com/thrrgilag'
|
||||
|
||||
[[params.socialLinks]]
|
||||
icon = 'fa-brands fa-github'
|
||||
title = 'GitHub'
|
||||
url = 'https://github.com/thrrgilag'
|
||||
|
||||
[[params.socialLinks]]
|
||||
icon = 'fa-regular fa-hashtag'
|
||||
title = 'Friendica'
|
||||
|
@ -64,9 +74,3 @@ identifier = 'social'
|
|||
name = 'Social'
|
||||
url = '/social/'
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
identifier = 'code'
|
||||
name = 'Code'
|
||||
url = '/code/'
|
||||
weight = 30
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: Code
|
||||
---
|
||||
|
||||
- [git.dreamfall.space](https://git.dreamfall.space/thrrgilag)
|
||||
- [hg.dreamfall.space](https://hg.dreamfall.space/thrrgilag)
|
||||
- [Codeberg](https://codeberg.org/thrrgilag)
|
||||
- [GitLab](https://gitlab.com/thrrgilag)
|
||||
- [GitHub](https://github.com/thrrgilag)
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Contact
|
||||
title: contact
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,18 +1,26 @@
|
|||
---
|
||||
title: Social
|
||||
title: social
|
||||
---
|
||||
|
||||
The following is a collection of various social networks in which I am active. I tend to cross-post between them so you should be able to easily follow from the network of your choice.
|
||||
|
||||
## Friendica (also supports diaspora*, ActivityPub, and OStatus)
|
||||
|
||||
## the Fediverse
|
||||
|
||||
The fediverse is a collection of social networks which can communicate with each other. The most common protocol utilized is a standard known as [ActivityPub] which is used by platforms such as [Mastodon], [Lemmy], [PeerTube], [Pixelfed], and now [Threads]. I currently self-host using a platform called [Friendica] which natively supports the ActivityPub protocol in addition to it's own and [diaspora*].
|
||||
|
||||
[social.clacks.network/profile/spacenerdmo](https://social.clacks.network/profile/spacenerdmo)
|
||||
|
||||
## Bluesky (the AT Protocol)
|
||||
## the AT Protocol
|
||||
|
||||
The [AT Protocol] (Authenticated Transfer) is a new social networking protocol designed for large scale distributed social applications. There is currently only one implementation available called [Bluesky]. It is expected that as it matures more implementations will become available and interoperate.
|
||||
|
||||
[@spacenerdmo.org](https://bsky.app/profile/spacenerdmo.org)
|
||||
|
||||
## Pnut
|
||||
|
||||
[Pnut] is a social network inspired by the [App.net] social network that operated from 2012 to 2017. It's an API-first platform where the service is kept lean and developers are encouraged to develop front-ends and other creative applications. Primarily uses include micro-blogging, messaging, and a weekly communal music event called [Monday Night Dance Party].
|
||||
|
||||
[@thrrgilag](https://pnut.io/@thrrgilag)
|
||||
|
||||
|
||||
|
@ -29,6 +37,3 @@ title: Social
|
|||
[Pnut]: https://pnut.io
|
||||
[App.net]: https://en.wikipedia.org/wiki/App.net
|
||||
[Monday Night Dance Party]: https://mndp.tv
|
||||
[OStatus]: https://en.wikipedia.org/wiki/OStatus
|
||||
[Friendica]: https://friendi.ca/
|
||||
|
||||
|
|
Loading…
Reference in a new issue