diff --git a/source/_data/peertube.json b/source/_data/peertube.json index 160fde5..7300fd9 100644 --- a/source/_data/peertube.json +++ b/source/_data/peertube.json @@ -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": [ diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index 5b9ef69..0afbc41 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -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"], diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index b1140bc..854e37e 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -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 diff --git a/themes/starter/layout/peertube.ejs b/themes/starter/layout/peertube.ejs index 78dfafb..ec0b879 100644 --- a/themes/starter/layout/peertube.ejs +++ b/themes/starter/layout/peertube.ejs @@ -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') %>