mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-24 17:56:35 +00:00
Add new link to Mastodon page (htmlproofer)
This commit is contained in:
parent
57d811d98c
commit
31ceccfc2e
|
@ -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":
|
||||
[
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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')];
|
||||
|
|
Loading…
Reference in a new issue