mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-16 13:53:16 +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": "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":
|
||||||
[
|
[
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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')];
|
||||||
|
|
Loading…
Reference in a new issue