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": "0", "url": "https://pinafore.social"},
{"id": "1", "url": "https://www.halcyon.social"}, {"id": "1", "url": "https://www.halcyon.social"},
{"id": "2", "url": "https://elenq.gitlab.io/artodon"}, {"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": "tutorials":
[ [

View file

@ -111,6 +111,7 @@ feed2toot: RSS to Mastodon bot
trunk: Trunk - follow users with common interests trunk: Trunk - follow users with common interests
moa: Twitter cross-poster moa: Twitter cross-poster
pleromaBot: Migrate to Mastodon using Twitter archive pleromaBot: Migrate to Mastodon using Twitter archive
bulkFind: Find friends by their username
#GNU Social page #GNU Social page
timeline: Timeline for website timeline: Timeline for website

View file

@ -7,7 +7,7 @@ network: true
<% <%
const data = site.data.mastodon.data; const data = site.data.mastodon.data;
const tuts = [__('howto'), __('guide')]; const tuts = [__('howto'), __('guide')];
const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk')]; const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk'), __('bulkFind')];
const stats = [__('stats')]; const stats = [__('stats')];
const tech = [__('awesome'), __('backup')]; const tech = [__('awesome'), __('backup')];
const tools = [__('preinstalled'), __('mediaHosting')]; const tools = [__('preinstalled'), __('mediaHosting')];