Compare commits

...

2 Commits

Author SHA1 Message Date
BBaoVanC fecbacbefe
Move instance urls section to top of each page 2021-04-25 13:02:23 -05:00
BBaoVanC a1861f51dc
Add descriptions to pages 2021-04-25 12:48:14 -05:00
3 changed files with 23 additions and 8 deletions

View File

@ -1,4 +1,8 @@
+++
title = "{{ replace .Name "-" " " | title }}"
menu = "main"
description = """
Lorem ipsum
"""
+++

View File

@ -1,8 +1,17 @@
+++
title = "PeerTube"
menu = "main"
description = """
PeerTube is a free and decentralized video platform meant as an alternative to
services like YouTube. See the instance running on https://peertube.boba.best
"""
+++
## Instance URLs
- HTTPS: https://peertube.boba.best
## What is PeerTube?
From JoinPeerTube[^1]
@ -29,8 +38,4 @@ From JoinPeerTube[^1]
> The PeerTube software can, whenever necessary, use a peer-to-peer protocol
> (P2P) to broadcast viral videos, **lowering the load of their hosts**.
## peertube.boba.best
Instance URL: https://peertube.boba.best
[^1]: https://joinpeertube.org/

View File

@ -1,8 +1,18 @@
+++
title = "Pleroma"
menu = "main"
description = """
Pleroma is a decentralized and federated microblogging service (similar to
Twitter). See the instance running on https://pleroma.boba.best
"""
+++
## Instance URLs
- HTTPS: https://pleroma.boba.best
- Gopher: [gopher://pleroma.boba.best](gopher://pleroma.boba.best)
## What is Pleroma?
From *What Is Pleroma?*[^1]
@ -19,9 +29,5 @@ you can comment on a video from [PeerTube](https://joinpeertube.org/) using an
existing account on an ActivityPub-compatible service such as
[Pleroma](https://pleroma.social/) or [Mastodon](https://joinmastodon.org/).[^2]
## pleroma.boba.best
Instance URL: https://pleroma.boba.best
[^1]: [https://blog.soykaf.com/post/what-is-pleroma/](https://web.archive.org/web/20210409094551/https://blog.soykaf.com/post/what-is-pleroma/)
[^2]: [https://pleroma.social/blog/2021/01/13/the-big-pleroma-and-fediverse-faq/](https://web.archive.org/web/20210321192935/https://pleroma.social/blog/2021/01/13/the-big-pleroma-and-fediverse-faq/)