mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Remove broken links
This commit is contained in:
parent
a2fd69045a
commit
417a0b9848
|
@ -29,8 +29,6 @@ htmlproofer:
|
|||
- htmlproofer public/ --url-ignore "/fediverse.network/,/howto.disroot.org/,/f-droid.org/" --external-only --checks-to-ignore ScriptCheck,ImageCheck
|
||||
dependencies:
|
||||
- hexo
|
||||
only:
|
||||
- master
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
|
@ -10,10 +10,6 @@
|
|||
"title": "The centralization of power on the Internet",
|
||||
"url": "https://blog.joinmastodon.org/2018/02/the-centralization-of-power-on-the-internet "
|
||||
},
|
||||
{
|
||||
"title": "Decentralized social networks in 2018: diaspora, Friendica, Hubzilla",
|
||||
"url": "https://www.lazyteddy.eu/index.php/2018/11/17/an-overview-decentralized-social-networking"
|
||||
},
|
||||
{
|
||||
"title": "Distributed social networking in 2017: a review",
|
||||
"url": "https://iwrotethislive.blogspot.ru/2017/11/distributed-social-networking-in-2017.html"
|
||||
|
|
|
@ -42,8 +42,7 @@
|
|||
"metrics":
|
||||
[
|
||||
{"id": "0", "url": "https://mnm.social"},
|
||||
{"id": "1", "url": "http://sp3r4z.fr/mastodon"},
|
||||
{"id": "2", "url": "https://metadon.jemu.name"}
|
||||
{"id": "1", "url": "http://sp3r4z.fr/mastodon"}
|
||||
],
|
||||
"awesome": "https://github.com/tleb/awesome-mastodon",
|
||||
"backup": "https://github.com/kensanata/mastodon-backup",
|
||||
|
@ -88,7 +87,7 @@
|
|||
"donate": "https://patreon.com/mastodon",
|
||||
"tracker": "https://github.com/tootsuite/mastodon/issues",
|
||||
"bounty": "",
|
||||
"translating": "https://weblate.joinmastodon.org",
|
||||
"translating": "",
|
||||
"reading":
|
||||
[
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@ layout: layout
|
|||
const data = site.data.mastodon.data;
|
||||
const tuts = [__('intro'), __('howto'), __('guide')];
|
||||
const uxList = [__('uMatch'), __('mastoGallery'), __('trunk')];
|
||||
const stats = [__('dashboards'), __('stats'), __('graphs')];
|
||||
const stats = [__('dashboards'), __('stats')];
|
||||
const tools = [__('mastoPreinstalled'), __('mastoHosting')];
|
||||
const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')];
|
||||
const forkTitles = [__('glitchSoc'), __('mastoEphemeral')];
|
||||
|
|
Loading…
Reference in a new issue