mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-24 17:56:35 +00:00
Update Lemmy page
This commit is contained in:
parent
c27a9a1cdf
commit
59e712642d
|
@ -26,9 +26,10 @@
|
||||||
"mobile": "https://join-lemmy.org/apps",
|
"mobile": "https://join-lemmy.org/apps",
|
||||||
"forUsers":
|
"forUsers":
|
||||||
[
|
[
|
||||||
{"id": "0", "url": "https://lemmymap.feddit.de"},
|
{"id": "0", "url": "https://github.com/dbeley/awesome-lemmy"},
|
||||||
{"id": "1", "url": "https://lemmy.world/post/465785"},
|
{"id": "1", "url": "https://lemmymap.feddit.de"},
|
||||||
{"id": "2", "url": "https://github.com/cynber/lemmy-instance-assistant"}
|
{"id": "2", "url": "https://lemmy.world/post/465785"},
|
||||||
|
{"id": "3", "url": "https://github.com/cynber/lemmy-instance-assistant"}
|
||||||
],
|
],
|
||||||
"devTutorial": "https://join-lemmy.org/docs/administration/administration.html",
|
"devTutorial": "https://join-lemmy.org/docs/administration/administration.html",
|
||||||
"mascot": [{"item": "lemming", "imgNum": ""}],
|
"mascot": [{"item": "lemming", "imgNum": ""}],
|
||||||
|
|
|
@ -99,7 +99,7 @@ proxy: Proxy
|
||||||
# mastodon page
|
# mastodon page
|
||||||
howto: How to Mastodon
|
howto: How to Mastodon
|
||||||
guide: Guide
|
guide: Guide
|
||||||
awesome: Awesome Mastodon list
|
awesomeMasto: Awesome Mastodon list
|
||||||
backup: Mastodon backup
|
backup: Mastodon backup
|
||||||
graphs: graphs
|
graphs: graphs
|
||||||
webmentions: Webmentions – site + Fediverse bridge
|
webmentions: Webmentions – site + Fediverse bridge
|
||||||
|
@ -131,6 +131,7 @@ linuxInstall: Installing on Linux using OTP releases
|
||||||
sepia: ✓ Sepia Search for videos and channels
|
sepia: ✓ Sepia Search for videos and channels
|
||||||
|
|
||||||
# Lemmy page
|
# Lemmy page
|
||||||
|
awesomeLemmy: ✓ Awesome Lemmy list
|
||||||
lemmymap: Lemmymap – federation map of instances
|
lemmymap: Lemmymap – federation map of instances
|
||||||
appList: Unofficial list of Lemmy apps
|
appList: Unofficial list of Lemmy apps
|
||||||
assistant: Lemmy instance assitant (browser extension)
|
assistant: Lemmy instance assitant (browser extension)
|
||||||
|
|
|
@ -6,7 +6,7 @@ network: true
|
||||||
|
|
||||||
<%
|
<%
|
||||||
const data = site.data.lemmy.data;
|
const data = site.data.lemmy.data;
|
||||||
const uxList = [ __('lemmymap'), __('appList'), __('assistant')];
|
const uxList = [__('awesomeLemmy'), __('lemmymap'), __('appList'), __('assistant')];
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<%- partial('_partial/heroheader') %>
|
<%- partial('_partial/heroheader') %>
|
||||||
|
|
|
@ -8,7 +8,7 @@ network: true
|
||||||
const data = site.data.mastodon.data;
|
const data = site.data.mastodon.data;
|
||||||
const tuts = [__('howto'), __('guide')];
|
const tuts = [__('howto'), __('guide')];
|
||||||
const uxList = [__('pinafore'), __('halcyon'), __('trunk'), __('fediDir')];
|
const uxList = [__('pinafore'), __('halcyon'), __('trunk'), __('fediDir')];
|
||||||
const tech = [__('awesome'), __('backup')];
|
const tech = [__('awesomeMasto'), __('backup')];
|
||||||
const tools = [__('preinstalled'), __('mediaHosting')];
|
const tools = [__('preinstalled'), __('mediaHosting')];
|
||||||
const utils = [__('mastofeed'), __('feed2toot'), __('pleromaBot')];
|
const utils = [__('mastofeed'), __('feed2toot'), __('pleromaBot')];
|
||||||
%>
|
%>
|
||||||
|
|
Loading…
Reference in a new issue