mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-25 10:01:27 +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
|
- htmlproofer public/ --url-ignore "/fediverse.network/,/howto.disroot.org/,/f-droid.org/" --external-only --checks-to-ignore ScriptCheck,ImageCheck
|
||||||
dependencies:
|
dependencies:
|
||||||
- hexo
|
- hexo
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
@ -10,10 +10,6 @@
|
||||||
"title": "The centralization of power on the Internet",
|
"title": "The centralization of power on the Internet",
|
||||||
"url": "https://blog.joinmastodon.org/2018/02/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",
|
"title": "Distributed social networking in 2017: a review",
|
||||||
"url": "https://iwrotethislive.blogspot.ru/2017/11/distributed-social-networking-in-2017.html"
|
"url": "https://iwrotethislive.blogspot.ru/2017/11/distributed-social-networking-in-2017.html"
|
||||||
|
|
|
@ -42,8 +42,7 @@
|
||||||
"metrics":
|
"metrics":
|
||||||
[
|
[
|
||||||
{"id": "0", "url": "https://mnm.social"},
|
{"id": "0", "url": "https://mnm.social"},
|
||||||
{"id": "1", "url": "http://sp3r4z.fr/mastodon"},
|
{"id": "1", "url": "http://sp3r4z.fr/mastodon"}
|
||||||
{"id": "2", "url": "https://metadon.jemu.name"}
|
|
||||||
],
|
],
|
||||||
"awesome": "https://github.com/tleb/awesome-mastodon",
|
"awesome": "https://github.com/tleb/awesome-mastodon",
|
||||||
"backup": "https://github.com/kensanata/mastodon-backup",
|
"backup": "https://github.com/kensanata/mastodon-backup",
|
||||||
|
@ -88,7 +87,7 @@
|
||||||
"donate": "https://patreon.com/mastodon",
|
"donate": "https://patreon.com/mastodon",
|
||||||
"tracker": "https://github.com/tootsuite/mastodon/issues",
|
"tracker": "https://github.com/tootsuite/mastodon/issues",
|
||||||
"bounty": "",
|
"bounty": "",
|
||||||
"translating": "https://weblate.joinmastodon.org",
|
"translating": "",
|
||||||
"reading":
|
"reading":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,7 +7,7 @@ layout: layout
|
||||||
const data = site.data.mastodon.data;
|
const data = site.data.mastodon.data;
|
||||||
const tuts = [__('intro'), __('howto'), __('guide')];
|
const tuts = [__('intro'), __('howto'), __('guide')];
|
||||||
const uxList = [__('uMatch'), __('mastoGallery'), __('trunk')];
|
const uxList = [__('uMatch'), __('mastoGallery'), __('trunk')];
|
||||||
const stats = [__('dashboards'), __('stats'), __('graphs')];
|
const stats = [__('dashboards'), __('stats')];
|
||||||
const tools = [__('mastoPreinstalled'), __('mastoHosting')];
|
const tools = [__('mastoPreinstalled'), __('mastoHosting')];
|
||||||
const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')];
|
const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')];
|
||||||
const forkTitles = [__('glitchSoc'), __('mastoEphemeral')];
|
const forkTitles = [__('glitchSoc'), __('mastoEphemeral')];
|
||||||
|
|
Loading…
Reference in a new issue