Skip to content

Commit

Permalink
Add recent podcasts and news items to the About page (#848)
Browse files Browse the repository at this point in the history
* Update podcast coverage.
* Update press coverage.

Signed-off-by: Andy Piper <[email protected]>
  • Loading branch information
andypiper authored Jan 16, 2025
1 parent bdc0bb6 commit 3f8b2dd
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 3 deletions.
28 changes: 28 additions & 0 deletions data/interviews.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
const interviews = [
{
url: "https://techcrunch.com/podcast/social-media-should-be-built-on-protocols-not-platforms-says-mastodon-ceo-eugen-rochko/",
title: "Social media should be built on protocols, not platforms says Mastodon CEO Eugen Rochko",
show: "Equity",
date: "2025-01-15",
icon: require("../public/press/equity.png"),
},
{
url: "https://hackaday.com/2024/10/16/floss-weekly-episode-805-mastodon-bring-your-own-algorithm/",
title: "Mastodon — Bring Your Own Algorithm",
show: "FLOSS Weekly",
date: "2024-10-16",
icon: require("../public/press/floss-weekly.jpg"),
},
{
url: "https://softwareengineeringdaily.com/2024/01/31/mastodon-with-eugen-rochko/",
title: "Mastodon with Eugen Rochko",
show: "Software Engineering Daily",
date: "2024-01-31",
icon: require("../public/press/sed.png"),
},
{
url: "https://dot-social.simplecast.com/episodes/eugen-rochko",
title: "The State of the Federation, with Mastodon's Eugen Rochko",
show: "dotSocial",
date: "2023-12-20",
icon: require("../public/press/dotsocial.jpg"),
},
{
url: "https://www.theverge.com/23658648/mastodon-ceo-twitter-interview-elon-musk-twitter",
title: "Can Mastodon seize the moment from Twitter?",
Expand Down
25 changes: 22 additions & 3 deletions data/press.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,32 @@ import guardianLogo from "../public/press/the-guardian.svg"
import forbesLogo from "../public/press/forbes.svg"
import techcrunchLogo from "../public/press/techcrunch.svg"
import bloombergLogo from "../public/press/bloomberg.svg"
import macstoriesLogo from "../public/press/macstories.svg"

const articles = [
{
logo: pcMagLogo,
url: "https://uk.pcmag.com/social-media/156251/mastodon-transitioning-to-a-nonprofit-structure/",
title: "Mastodon Transitioning to a Nonprofit Structure",
date: "2025-01-13",
},
{
logo: techcrunchLogo,
url: "https://techcrunch.com/2023/09/21/mastodons-latest-release-makes-the-open-source-twitter-alternative-easier-to-use/",
title: "Mastodon’s latest release makes the open source Twitter alternative easier to use",
date: "2023-09-21",
url: "https://techcrunch.com/2025/01/13/mastodon-announces-transition-to-nonprofit-structure/",
title: "Mastodon announces transition to nonprofit structure",
date: "2025-01-13",
},
{
logo: theVergeLogo,
url: "https://www.theverge.com/2024/10/8/24265201/mastodon-4-3-update-grouped-notifications-design-discover-carousel",
title: "Mastodon switches things up to make its app a little easier to use",
date: "2024-10-08",
},
{
logo: macstoriesLogo,
url: "https://www.macstories.net/linked/highlighting-journalism-on-mastodon/",
title: "Highlighting Journalism on Mastodon",
date: "2024-07-02",
},
{
logo: bloombergLogo,
Expand Down
Binary file added public/press/dotsocial.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/press/equity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/press/floss-weekly.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/press/macstories.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/press/sed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f8b2dd

Please sign in to comment.