diff --git a/packages/website/data/news/a-technical-breakdown-of-mysky-seeds/index.md b/packages/website/data/news/a-technical-breakdown-of-mysky-seeds/index.md new file mode 100644 index 00000000..d906771c --- /dev/null +++ b/packages/website/data/news/a-technical-breakdown-of-mysky-seeds/index.md @@ -0,0 +1,10 @@ +--- +title: "A Technical Breakdown of MySky Seeds" +date: "2021-05-18" +description: MySky uses seeds to authenticate users instead of a username and password construction. +thumbnail: ./thumbnail.jpeg +categories: ["blog"] +author: David Vorick +avatar: ../../team/david-vorick.png +external: https://blog.sia.tech/a-technical-breakdown-of-mysky-seeds-ba9964505978 +--- diff --git a/packages/website/data/news/a-technical-breakdown-of-mysky-seeds/thumbnail.jpeg b/packages/website/data/news/a-technical-breakdown-of-mysky-seeds/thumbnail.jpeg new file mode 100644 index 00000000..0dfd3801 Binary files /dev/null and b/packages/website/data/news/a-technical-breakdown-of-mysky-seeds/thumbnail.jpeg differ diff --git a/packages/website/data/news/mysky-your-home-on-the-global-operating-system-of-the-future/index.md b/packages/website/data/news/mysky-your-home-on-the-global-operating-system-of-the-future/index.md new file mode 100644 index 00000000..e1cf896a --- /dev/null +++ b/packages/website/data/news/mysky-your-home-on-the-global-operating-system-of-the-future/index.md @@ -0,0 +1,10 @@ +--- +title: "MySky: Your Home on the Global Operating System of the Future" +date: "2021-04-09" +description: MySky is a new decentralized identity protocol from Skynet. +thumbnail: ./thumbnail.png +categories: ["blog"] +author: David Vorick +avatar: ../../team/david-vorick.png +external: https://blog.sia.tech/mysky-your-home-on-the-global-operating-system-of-the-future-5a288f89825c +--- diff --git a/packages/website/data/news/mysky-your-home-on-the-global-operating-system-of-the-future/thumbnail.png b/packages/website/data/news/mysky-your-home-on-the-global-operating-system-of-the-future/thumbnail.png new file mode 100644 index 00000000..350d0ce1 Binary files /dev/null and b/packages/website/data/news/mysky-your-home-on-the-global-operating-system-of-the-future/thumbnail.png differ diff --git a/packages/website/data/news/skynet-content-leaderboard/index.md b/packages/website/data/news/skynet-content-leaderboard/index.md new file mode 100644 index 00000000..691ff8cf --- /dev/null +++ b/packages/website/data/news/skynet-content-leaderboard/index.md @@ -0,0 +1,10 @@ +--- +title: "Skynet Content Leaderboard" +date: "2021-05-13" +description: We are excited today to be rolling out the content leaderboard for Skynet and MySky applications! +thumbnail: ./thumbnail.png +categories: ["blog"] +author: David Vorick +avatar: ../../team/david-vorick.png +external: https://blog.sia.tech/skynet-content-leaderboard-6f378e751dc9 +--- diff --git a/packages/website/data/news/skynet-content-leaderboard/thumbnail.png b/packages/website/data/news/skynet-content-leaderboard/thumbnail.png new file mode 100644 index 00000000..22f6698c Binary files /dev/null and b/packages/website/data/news/skynet-content-leaderboard/thumbnail.png differ diff --git a/packages/website/src/components/NewsHeader/NewsHeader.js b/packages/website/src/components/NewsHeader/NewsHeader.js index e7455942..5d17cd0f 100644 --- a/packages/website/src/components/NewsHeader/NewsHeader.js +++ b/packages/website/src/components/NewsHeader/NewsHeader.js @@ -27,8 +27,9 @@ const NewsHeader = () => { if (!latestNews) return null; // no news // hardcoded news for now - const CURRENT_NEWS_URL = "https://blog.sia.tech/built-to-explore-the-skynet-spring-2021-hackathon-a0cff382bb0c"; - const CURRENT_NEWS_TXT = "Built to Explore: The Skynet Spring 2021 Hackathon"; + const CURRENT_NEWS_URL = + "https://blog.sia.tech/mysky-your-home-on-the-global-operating-system-of-the-future-5a288f89825c"; + const CURRENT_NEWS_TXT = "MySky: Your Home on the Global Operating System of the Future"; return (