Update Mastodon page

This commit is contained in:
lostinlight 2022-11-09 17:22:36 +03:00
parent d084f2332f
commit b9ec90e0a5
3 changed files with 9 additions and 9 deletions

View File

@ -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":

View File

@ -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

View File

@ -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')];