Add new link to Mastodon page (htmlproofer)

This commit is contained in:
lostinlight 2022-05-11 21:58:46 +03:00
parent 57d811d98c
commit 31ceccfc2e
3 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@
{"id": "0", "url": "https://pinafore.social"},
{"id": "1", "url": "https://www.halcyon.social"},
{"id": "2", "url": "https://elenq.gitlab.io/artodon"},
{"id": "3", "url": "https://communitywiki.org/trunk"}
{"id": "3", "url": "https://communitywiki.org/trunk"},
{"id": "4", "url": "https://www.commotionmade.com"}
],
"tutorials":
[

View File

@ -111,6 +111,7 @@ 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')];
const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk'), __('bulkFind')];
const stats = [__('stats')];
const tech = [__('awesome'), __('backup')];
const tools = [__('preinstalled'), __('mediaHosting')];