diff --git a/source/_data/lemmy.json b/source/_data/lemmy.json index bc69c02..dc36e72 100644 --- a/source/_data/lemmy.json +++ b/source/_data/lemmy.json @@ -24,6 +24,12 @@ {"num": "4", "url": "https://fedidb.org/software/lemmy"} ], "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"} + ], "devTutorial": "https://join-lemmy.org/docs/administration/administration.html", "mascot": [{"item": "lemming", "imgNum": ""}], "dwellers": "?", @@ -32,7 +38,9 @@ "connections": ["Friendica", "Mastodon", "Pleroma"], "screenshots": [ - {"descr": "Hubzilla interface", "img": "hubzilla-1.png"} + {"descr": "Lemmy interface", "img": "lemmy-1.png"}, + {"descr": "Alternative Photon interface", "img": "lemmy-2.png"}, + {"descr": "Alternative Alexandrite interface", "img": "lemmy-3.png"} ], "features": [ @@ -48,16 +56,20 @@ "reading": [ { - "title": "Nomadic identity in Hubzilla", - "url": "https://medium.com/@tamanning/nomadic-identity-brought-to-you-by-hubzilla-67eadce13c3b" + "title": "Lemmy AMA", + "url": "https://fediversereport.com/lemmy-ask-you-anything/" }, { - "title": "Getting started with nomadic identity — how to create a personal channel on Hubzilla", - "url": "https://medium.com/@tamanning/getting-started-with-nomadic-identity-how-to-create-a-personal-channel-on-hubzilla-7d9666a428b" + "title": "Understanding ActivityPub Part 2: Lemmy", + "url": "https://seb.jambor.dev/posts/understanding-activitypub-part-2-lemmy" }, { - "title": "Hubzilla Wiki article", - "url": "https://en.everybodywiki.com/Hubzilla" + "title": "The Great Reddit Migration is Hammering Lemmy and Kbin Instances", + "url": "https://wedistribute.org/2023/06/reddit-migration-lemmy-kbin" + }, + { + "title": "Alexandrite is a Beautiful Web Frontend for Lemmy", + "url": "https://wedistribute.org/2023/07/alexandrite-lemmy-web-frontend/" } ], "notable": "" diff --git a/source/en/lemmy/index.md b/source/en/lemmy/index.md index 050739e..b7f18bf 100644 --- a/source/en/lemmy/index.md +++ b/source/en/lemmy/index.md @@ -1,6 +1,6 @@ --- -layout: "generic" +layout: "lemmy" title: "Lemmy" network: "lemmy" subtitle: "Follow communities anywhere in the world" diff --git a/source/img/diaspora-bg.jpg b/source/img/diaspora-bg.jpg index a35e02c..bd10db0 100644 Binary files a/source/img/diaspora-bg.jpg and b/source/img/diaspora-bg.jpg differ diff --git a/source/img/fediverse-bg.jpg b/source/img/fediverse-bg.jpg index fa32b82..8dc6872 100644 Binary files a/source/img/fediverse-bg.jpg and b/source/img/fediverse-bg.jpg differ diff --git a/source/img/index-bg.jpg b/source/img/index-bg.jpg index d4fd44e..8957e02 100644 Binary files a/source/img/index-bg.jpg and b/source/img/index-bg.jpg differ diff --git a/source/img/lemmy-bg.jpg b/source/img/lemmy-bg.jpg index 29e1422..d1e36a5 100644 Binary files a/source/img/lemmy-bg.jpg and b/source/img/lemmy-bg.jpg differ diff --git a/source/img/pixelfed-bg.jpg b/source/img/pixelfed-bg.jpg index 3650a84..a45f25c 100644 Binary files a/source/img/pixelfed-bg.jpg and b/source/img/pixelfed-bg.jpg differ diff --git a/source/img/pleroma-bg.jpg b/source/img/pleroma-bg.jpg index 1e8b254..662c992 100644 Binary files a/source/img/pleroma-bg.jpg and b/source/img/pleroma-bg.jpg differ diff --git a/source/img/screenshots/lemmy-1.png b/source/img/screenshots/lemmy-1.png new file mode 100644 index 0000000..a661327 Binary files /dev/null and b/source/img/screenshots/lemmy-1.png differ diff --git a/source/img/screenshots/lemmy-2.png b/source/img/screenshots/lemmy-2.png new file mode 100644 index 0000000..9b152ce Binary files /dev/null and b/source/img/screenshots/lemmy-2.png differ diff --git a/source/img/screenshots/lemmy-3.png b/source/img/screenshots/lemmy-3.png new file mode 100644 index 0000000..80a4ca3 Binary files /dev/null and b/source/img/screenshots/lemmy-3.png differ diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index 349513b..583c64d 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -102,7 +102,7 @@ guide: Guide awesome: Awesome Mastodon list backup: Mastodon backup graphs: graphs -webmentions: Webmentions - site + Fediverse bridge +webmentions: Webmentions – site + Fediverse bridge mastofeed: Mastofeed fediDir: Curated list of interesting accounts feed2toot: RSS to Mastodon bot @@ -130,6 +130,11 @@ linuxInstall: Installing on Linux using OTP releases #PeerTube page sepia: ✓ Sepia Search for videos and channels +# Lemmy page +lemmymap: Lemmymap – federation map of instances +appList: Unofficial list of Lemmy apps +assistant: Lemmy instance assitant (browser extension) + # Contributing partial foreword: Please, keep in mind that you are a participant, not a customer. promptStart: If you'd like to help the @@ -152,5 +157,5 @@ stickers: stickers thanks: Thank you. See you in # ...network name (context for translation) # Clients -pinafore: ✓ Pinafore - alternative web interface -halcyon: ✓ Halcyon - alternative web interface +pinafore: ✓ Pinafore – alternative web interface +halcyon: ✓ Halcyon – alternative web interface diff --git a/themes/starter/layout/lemmy.ejs b/themes/starter/layout/lemmy.ejs new file mode 100644 index 0000000..323ba59 --- /dev/null +++ b/themes/starter/layout/lemmy.ejs @@ -0,0 +1,40 @@ + +--- +layout: layout +network: true +--- + +<% + const data = site.data.lemmy.data; + const uxList = [ __('lemmymap'), __('appList'), __('assistant')]; +%> + +<%- partial('_partial/heroheader') %> + +
+ + <%- partial('_partial/header') %> + +
+ <%- partial('_partial/generalinfo') %> +
+
+

<%- __('users') %>

+
    + <% for (item in data.forUsers) { %> + <% let n = data.forUsers[item].id %> +
  • + <%= uxList[n] %> +
  • + <% } %> +
+
+
+
+ + <%- partial('_partial/world') %> +
+ <%- partial('_partial/contributing') %> + + <%- partial('_partial/buttons') %> +