Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Fediverse Party
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Feneas
Fediverse Party
Commits
396b7860
Commit
396b7860
authored
Sep 14, 2019
by
lostinlight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Pleroma, PeerTube pages [htmlproofer]
parent
8730a013
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
source/_data/peertube.json
source/_data/peertube.json
+2
-1
source/_data/pleroma.json
source/_data/pleroma.json
+1
-1
themes/starter/languages/en.yml
themes/starter/languages/en.yml
+3
-0
themes/starter/layout/peertube.ejs
themes/starter/layout/peertube.ejs
+1
-1
No files found.
source/_data/peertube.json
View file @
396b7860
...
...
@@ -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"
:
[
...
...
source/_data/pleroma.json
View file @
396b7860
...
...
@@ -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"
],
...
...
themes/starter/languages/en.yml
View file @
396b7860
...
...
@@ -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
...
...
themes/starter/layout/peertube.ejs
View file @
396b7860
...
...
@@ -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') %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment