From b9ec90e0a54e76f8940ef7b54d2081a082b6198c Mon Sep 17 00:00:00 2001 From: lostinlight Date: Wed, 9 Nov 2022 17:22:36 +0300 Subject: [PATCH] Update Mastodon page --- source/_data/mastodon.json | 12 ++++++------ themes/starter/languages/en.yml | 4 ++-- themes/starter/layout/mastodon.ejs | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index bf3a1fb..0a3d1a0 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -30,9 +30,9 @@ [ {"id": "0", "url": "https://pinafore.social"}, {"id": "1", "url": "https://www.halcyon.social"}, - {"id": "2", "url": "https://elenq.gitlab.io/artodon"}, + {"id": "2", "url": "https://twitodon.com"}, {"id": "3", "url": "https://communitywiki.org/trunk"}, - {"id": "4", "url": "https://www.commotionmade.com"} + {"id": "4", "url": "https://fedi.directory"} ], "tutorials": [ @@ -114,6 +114,10 @@ "title": "One Mammoth of a Job: An Interview with Eugen Rochko of Mastodon", "url": "https://medium.com/we-distribute/one-mammoth-of-a-job-an-interview-with-eugen-rochko-of-mastodon-23b159d6796a" }, + { + "title": "A futuristic Mastodon introduction for 2021", + "url": "https://wordsmith.social/elilla/a-futuristic-mastodon-introduction-for-2021" + }, { "title": "Two reasons why organizations should switch to self-hosting social media", "url": "https://blog.joinmastodon.org/2017/03/two-reasons-why-organizations-should-switch-to-self-hosting-social-media" @@ -121,10 +125,6 @@ { "title": "Mastodon Timeline", "url": "http://ansuz.sooke.bc.ca/entry/335" - }, - { - "title": "Wikipedia article", - "url": "https://en.wikipedia.org/wiki/Mastodon_(software)" } ], "notable": diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index 973cb64..9c18ebb 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -105,13 +105,13 @@ graphs: graphs webmentions: Webmentions - site + Fediverse bridge mastofeed: Mastofeed crossposting: Mastodon-Twitter crossposting -mastoGallery: Artodon gallery +twitodon: Find and follow Twitter friends on Mastodon +fediDir: Curated list of interesting accounts feedPreview: Instance timeline preview feed2toot: RSS to Mastodon bot trunk: Trunk - follow users with common interests moa: Twitter cross-poster pleromaBot: Migrate to Mastodon using Twitter archive -bulkFind: Find friends by their username #GNU Social page timeline: Timeline for website diff --git a/themes/starter/layout/mastodon.ejs b/themes/starter/layout/mastodon.ejs index 3e4f1d2..e56d8aa 100644 --- a/themes/starter/layout/mastodon.ejs +++ b/themes/starter/layout/mastodon.ejs @@ -7,7 +7,7 @@ network: true <% const data = site.data.mastodon.data; const tuts = [__('howto'), __('guide')]; - const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk'), __('bulkFind')]; + const uxList = [__('pinafore'), __('halcyon'), __('twitodon'), __('trunk'), __('fediDir')]; const stats = [__('stats')]; const tech = [__('awesome'), __('backup')]; const tools = [__('preinstalled'), __('mediaHosting')];