diff --git a/config.json b/config.json index fe0067c..4405def 100644 --- a/config.json +++ b/config.json @@ -133,68 +133,6 @@ } ] }, - { - "title": "Communities", - "accent": 2, - "items": [ - { - "label": "Misskey", - "note": "the federated maker hub", - "icon": "deck.png", - "href": "https://deck.makearmy.io", - "target": "_blank", - "check": "https://deck.makearmy.io" - }, - { - "label": "Mastodon", - "note": "status update platform", - "icon": "mastodon.png", - "href": "https://mastodon.makearmy.io", - "target": "_blank", - "check": "https://mastodon.makearmy.io" - }, - { - "label": "Lemmy", - "note": "link aggregator", - "icon": "lemmy.png", - "href": "https://lemmy.makearmy.io", - "target": "_blank", - "check": "https://lemmy.makearmy.io" - }, - { - "label": "Pixelfed", - "note": "social image sharing platform", - "icon": "pixelfed.png", - "href": "https://pixels.makearmy.io", - "target": "_blank", - "check": "https://pixels.makearmy.io" - }, - { - "label": "PeerTube", - "note": "social video sharing platform", - "icon": "peertube.png", - "href": "https://watch.makearmy.io/", - "target": "_blank", - "check": "https://watch.makearmy.io/home" - }, - { - "label": "News", - "note": "updates on the maker world from makearmy", - "icon": "news.png", - "href": "https://news.makearmy.io/read", - "target": "_blank", - "check": "https://news.makearmy.io/read" - }, - { - "label": "Podcasts", - "note": "follow our podcasts! fediverse compatible!", - "icon": "castopod.png", - "href": "https://podcast.makearmy.io/", - "target": "_blank", - "check": "https://podcast.makearmy.io/@LaserSource" - } - ] - }, { "title": "Utilities", "accent": 1, @@ -269,13 +207,6 @@ "title": "Support Us", "accent": 4, "items": [ - { - "label": "The LMA", - "note": "the laser master academy is the best way to show your support", - "icon": "lma.png", - "href": "https://www.mightynetworks.com/", - "target": "_blank" - }, { "label": "Patreon", "note": "patreon is a great way to support the work we're doing", @@ -283,12 +214,26 @@ "href": "https://www.patreon.com/LaserEverything", "target": "_blank" }, + { + "label": "Ko-Fi", + "note": "casual support - one time or recurring", + "icon": "kofi.png", + "href": "https://ko-fi.com/lasereverything", + "target": "_blank" + }, { "label": "Liberapay", "note": "more discreet ways to pay", "icon": "liberapay.png", "href": "https://liberapay.com/LaserEverything", "target": "_blank" + }, + { + "label": "The LMA", + "note": "the laser master academy is the best way to show your support", + "icon": "lma.png", + "href": "https://www.mightynetworks.com/", + "target": "_blank" } ] } diff --git a/icons/icon4.png b/icons/kofi.png similarity index 100% rename from icons/icon4.png rename to icons/kofi.png