From 417a0b9848b6e74d11ffca536b69156f4c41b620 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Fri, 29 Mar 2019 19:31:53 +0300 Subject: [PATCH] Remove broken links --- .gitlab-ci.yml | 2 -- source/_data/knowledge.json | 4 ---- source/_data/mastodon.json | 5 ++--- themes/starter/layout/mastodon.ejs | 2 +- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a717ca1..60e3f33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/source/_data/knowledge.json b/source/_data/knowledge.json index 65c407c..74ad5ee 100644 --- a/source/_data/knowledge.json +++ b/source/_data/knowledge.json @@ -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" diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index ce06fbb..0861d0b 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -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": [ { diff --git a/themes/starter/layout/mastodon.ejs b/themes/starter/layout/mastodon.ejs index b900af6..3445820 100644 --- a/themes/starter/layout/mastodon.ejs +++ b/themes/starter/layout/mastodon.ejs @@ -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')];