mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Update Pleroma, PeerTube pages [htmlproofer]
This commit is contained in:
parent
8730a0139d
commit
396b78607e
|
@ -24,7 +24,8 @@
|
|||
"mobile": "https://gitlab.com/agosto182/p2play",
|
||||
"forUsers":
|
||||
[
|
||||
{"id": "0", "url": "https://docs.joinpeertube.org/#/use-setup-account"}
|
||||
{"id": "0", "url": "https://docs.joinpeertube.org/#/use-setup-account"},
|
||||
{"id": "1", "url": "https://peertube-index.net"}
|
||||
],
|
||||
"tutorials":
|
||||
[
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
],
|
||||
"devTutorial": "https://docs-develop.pleroma.social/readme.html",
|
||||
"mascot": [{"item": "Fox Tan", "imgNum": "1"}],
|
||||
"dwellers": "?",
|
||||
"dwellers": "pleromans",
|
||||
"communities": "",
|
||||
"descr": "Pleroma microblogging platform was quickly appreciated by the community for its low resource consumption. If you have a Raspberry Pi or similar single-board computer you can use it as Pleroma server for family and friends.",
|
||||
"connections": ["Friendica", "GNU Social", "Hubzilla", "Mastodon", "microblog.pub", "Misskey", "Peertube", "Pixelfed", "Plume", "WriteFreely"],
|
||||
|
|
|
@ -131,6 +131,9 @@ ownInstance: Setting up your instance
|
|||
dualQuitter: Dual boot with qvitter
|
||||
plRP3: Pleroma on Raspberry Pi 3
|
||||
|
||||
#PeerTube page
|
||||
search: Search PeerTube videos
|
||||
|
||||
# Contributing partial
|
||||
foreword: Please, keep in mind that you are a participant, not a customer.
|
||||
promptStart: If you'd like to help the
|
||||
|
|
|
@ -8,7 +8,7 @@ network: true
|
|||
const data = site.data.peertube.data;
|
||||
const tuts = [__('adminGuide')];
|
||||
const tools = [__('preinstalled')];
|
||||
const uxList = [ __('userGuide')];
|
||||
const uxList = [ __('userGuide'), __('search')];
|
||||
%>
|
||||
|
||||
<%- partial('_partial/heroheader') %>
|
||||
|
|
Loading…
Reference in a new issue