From 21d30c4d68c7ac9883f29f35049de24b67cba09a Mon Sep 17 00:00:00 2001 From: Lucy <12953208+elvece@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:32:38 -0500 Subject: [PATCH] Update X logo and add new podcast (#55) * update twitter logo and remove deprecated files * add new podcast --- src/_data/articles.json | 23 -------------------- src/_data/media.json | 38 ---------------------------------- src/_data/podcasts.json | 8 +++++++ src/_data/site.js | 2 +- src/_includes/svgs/twitter.svg | 4 ++-- 5 files changed, 11 insertions(+), 64 deletions(-) delete mode 100644 src/_data/articles.json delete mode 100644 src/_data/media.json diff --git a/src/_data/articles.json b/src/_data/articles.json deleted file mode 100644 index 5211dc7..0000000 --- a/src/_data/articles.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "title": "January 22, 2024 - Sovereign Computing: Data Ownership Vs. Data Tracking", - "link": "https://www.ready-radio.com/sovereign-computing-data-ownership-vs-data-tracking/", - "image": "https://www.ready-radio.com/wp-content/uploads/2024/01/Sovereign-Computing-Data-Ownership-Vs.-Data-Tracking-1.jpg", - "anchor": "Ready Radio", - "description": "John Rush and David Croisant from Start 9 summarize the evolution and essential principles of servers" - }, - { - "title": "March 11, 2021 - Start9 Labs Pitches a Private At-Home Server. And It Works", - "link": "https://static.coindesk.com/wp-content/uploads/2021/03/Graph-radicle-710x458.jpg?format=webp", - "image": "https://www.coindesk.com/start9-labs-self-sovereign-private-internet-solutions-funding", - "anchor": "Coindesk", - "description": "Start9 Labs to Build on Its Self-Sovereign, Private Internet Solutions With $1.2M in Funding" - }, - { - "title": "July 8, 2020 - Start9 Labs Pitches a Private At-Home Server. And It Works", - "link": "https://static.coindesk.com/wp-content/uploads/2020/07/harrison-broadbent-hSHNPyND_dU-unsplash-300x185.jpg", - "image": "https://www.coindesk.com/tech/2020/07/08/start9-labs-pitches-a-private-at-home-server-and-it-works/", - "anchor": "Coindesk", - "description": "Start9 Labs' server sets up its own private internet network and comes with its own operating system. We tried it." - } -] diff --git a/src/_data/media.json b/src/_data/media.json deleted file mode 100644 index ad3e6b4..0000000 --- a/src/_data/media.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "title": "Start9 Labs to Build on Its Self-Sovereign, Private Internet Solutions With $1.2M in Funding", - "date": "2021-03-11", - "blurb": "The funding round will be followed by a range of upgrades to the computing platform.", - "url": "https://www.coindesk.com/start9-labs-self-sovereign-private-internet-solutions-funding", - "image-url": "https://static.coindesk.com/wp-content/uploads/2021/03/Graph-radicle-710x458.jpg?format=webp", - "source": "Coindesk", - "type": "article" - }, - { - "title": "Start9 Labs Pitches a Private At-Home Server. And It Works", - "date": "2020-07-08", - "blurb": "The Start9 server sets up its own private internet network and comes with its own operating system. We tried it.", - "url": "https://www.coindesk.com/tech/2020/07/08/start9-labs-pitches-a-private-at-home-server-and-it-works/", - "image-url": "https://static.coindesk.com/wp-content/uploads/2020/07/harrison-broadbent-hSHNPyND_dU-unsplash-300x185.jpg", - "source": "Coindesk", - "type": "article" - }, - { - "title": "How Bitcoin Nodes End Censorship on the Internet", - "date": "2022-09-07", - "blurb": "Matt Hill - The future of computing, decentralizing the internet, censorship, and sovereign computing", - "url": "https://bitcointv.com/w/hJcvVJEf5CEbXaTdKghjsw", - "image-url": "https://static.coindesk.com/wp-content/uploads/2020/07/harrison-broadbent-hSHNPyND_dU-unsplash-300x185.jpg", - "source": "Simply Bitcoin", - "type": "podcast" - }, - { - "title": "Bitcoin & Owning Your Data with David Croisant", - "date": "2022-05-20", - "blurb": "David Croisant - Building a New Internet with Personal Servers from Start9 Labs", - "url": "https://www.youtube.com/watch?v=J0pFlhvqibc", - "image-url": "https://i1.ytimg.com/vi/J0pFlhvqibc/hqdefault.jpg", - "source": "Bitcoin, Peace, and Music", - "type": "video" - } -] diff --git a/src/_data/podcasts.json b/src/_data/podcasts.json index 3eb7dea..1d72736 100644 --- a/src/_data/podcasts.json +++ b/src/_data/podcasts.json @@ -1,4 +1,12 @@ [ + { + "title": "Own Your Data With Start9 A Sovereign Computing Revolution", + "date": "December 30, 2024", + "link": "https://www.youtube.com/watch?v=x1po7kY9qYg", + "image": "https://i.ytimg.com/vi/x1po7kY9qYg/maxresdefault.jpg", + "anchor": "The Build-a-Mine Podcast", + "description": "In this episode of the Build-a-Mine podcast, your host Trevor Bello dives deep into the transformative world of sovereign computing with Matt Hill, founder of Start9." + }, { "title": "Starting Fresh with Start 9 | The Confab 06: Matt Hill", "date": "August 7, 2024", diff --git a/src/_data/site.js b/src/_data/site.js index ac7a9d1..ec5b566 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -45,7 +45,7 @@ module.exports = { // NOTE: the keys here correspond to the name of the svg logo matrix: 'https://matrix.to/#/#developer-space:matrix.start9labs.com', support: 'https://start9.me', - twitter: 'https://twitter.com/start9labs', + twitter: 'https://x.com/start9labs', youtube: 'https://www.youtube.com/channel/UCGEw4HJDvOn3Oy8ykR36P7Q', discourse: 'https://community.start9.com', medium: 'https://start9labs.medium.com', diff --git a/src/_includes/svgs/twitter.svg b/src/_includes/svgs/twitter.svg index 6babdac..dee016c 100644 --- a/src/_includes/svgs/twitter.svg +++ b/src/_includes/svgs/twitter.svg @@ -1,3 +1,3 @@ - - + +