Update Lemmy page

This commit is contained in:
lostinlight 2023-10-28 00:04:23 +03:00
parent c27a9a1cdf
commit 59e712642d
4 changed files with 8 additions and 6 deletions

View File

@ -26,9 +26,10 @@
"mobile": "https://join-lemmy.org/apps",
"forUsers":
[
{"id": "0", "url": "https://lemmymap.feddit.de"},
{"id": "1", "url": "https://lemmy.world/post/465785"},
{"id": "2", "url": "https://github.com/cynber/lemmy-instance-assistant"}
{"id": "0", "url": "https://github.com/dbeley/awesome-lemmy"},
{"id": "1", "url": "https://lemmymap.feddit.de"},
{"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",
"mascot": [{"item": "lemming", "imgNum": ""}],

View File

@ -99,7 +99,7 @@ proxy: Proxy
# mastodon page
howto: How to Mastodon
guide: Guide
awesome: Awesome Mastodon list
awesomeMasto: Awesome Mastodon list
backup: Mastodon backup
graphs: graphs
webmentions: Webmentions site + Fediverse bridge
@ -131,6 +131,7 @@ linuxInstall: Installing on Linux using OTP releases
sepia: ✓ Sepia Search for videos and channels
# Lemmy page
awesomeLemmy: ✓ Awesome Lemmy list
lemmymap: Lemmymap federation map of instances
appList: Unofficial list of Lemmy apps
assistant: Lemmy instance assitant (browser extension)

View File

@ -6,7 +6,7 @@ network: true
<%
const data = site.data.lemmy.data;
const uxList = [ __('lemmymap'), __('appList'), __('assistant')];
const uxList = [__('awesomeLemmy'), __('lemmymap'), __('appList'), __('assistant')];
%>
<%- partial('_partial/heroheader') %>

View File

@ -8,7 +8,7 @@ network: true
const data = site.data.mastodon.data;
const tuts = [__('howto'), __('guide')];
const uxList = [__('pinafore'), __('halcyon'), __('trunk'), __('fediDir')];
const tech = [__('awesome'), __('backup')];
const tech = [__('awesomeMasto'), __('backup')];
const tools = [__('preinstalled'), __('mediaHosting')];
const utils = [__('mastofeed'), __('feed2toot'), __('pleromaBot')];
%>