From 8b9f4f5419d117b3169ef995bed94953371add25 Mon Sep 17 00:00:00 2001 From: Raymond Cheng Date: Tue, 3 Sep 2024 15:13:20 -0700 Subject: [PATCH] docs: chose some blog posts to be featured (#2049) * Changed the top navbar to link to only featured post list --- apps/docs/blog/2023-11-07-open-source-open-data-open-infra.mdx | 2 +- apps/docs/blog/2023-12-14-levels-of-the-game.mdx | 2 +- apps/docs/blog/2023-12-15-pln-ecosystem-analysis/index.mdx | 2 +- apps/docs/blog/2024-07-16-oso-data-portal/index.md | 2 +- apps/docs/blog/2024-08-12-war-for-public-goods/index.md | 2 +- apps/docs/blog/2024-08-30-impact-data-scientists.mdx | 2 +- apps/docs/docusaurus.config.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/docs/blog/2023-11-07-open-source-open-data-open-infra.mdx b/apps/docs/blog/2023-11-07-open-source-open-data-open-infra.mdx index 32040c2f5..c8fb0c1e6 100644 --- a/apps/docs/blog/2023-11-07-open-source-open-data-open-infra.mdx +++ b/apps/docs/blog/2023-11-07-open-source-open-data-open-infra.mdx @@ -2,7 +2,7 @@ slug: open-source-open-data-open-infra title: Open Source, Open Data, Open Infra authors: [ryscheng] -tags: [kariba, open source, open data, open infra] +tags: [featured, kariba, open source, open data, open infra] --- import Head from '@docusaurus/Head'; diff --git a/apps/docs/blog/2023-12-14-levels-of-the-game.mdx b/apps/docs/blog/2023-12-14-levels-of-the-game.mdx index dfc801e93..8e0bdc677 100644 --- a/apps/docs/blog/2023-12-14-levels-of-the-game.mdx +++ b/apps/docs/blog/2023-12-14-levels-of-the-game.mdx @@ -2,7 +2,7 @@ slug: levels-of-the-game title: "Levels of the game: the psychology of RetroPGF and how to build a better game" authors: [ccerv1] -tags: [optimism, retropgf, game design] +tags: [optimism, retroactive public goods funding, game design] --- import Head from '@docusaurus/Head'; diff --git a/apps/docs/blog/2023-12-15-pln-ecosystem-analysis/index.mdx b/apps/docs/blog/2023-12-15-pln-ecosystem-analysis/index.mdx index 5be0255d3..eaf31b565 100644 --- a/apps/docs/blog/2023-12-15-pln-ecosystem-analysis/index.mdx +++ b/apps/docs/blog/2023-12-15-pln-ecosystem-analysis/index.mdx @@ -2,7 +2,7 @@ slug: pln-ecosystem-analysis title: Initiating coverage of the PLN open source economy authors: [ccerv1] -tags: [PLN, Filecoin Foundation, ecosystem reports, data visualization] +tags: [protocol labs network, filecoin, ecosystem reports, data visualization] --- [Open Source Observer](https://www.opensource.observer/) is a platform for measuring the impact of open source software (OSS) contributions. We launched a few months ago with a commitment to [open source everything](https://docs.opensource.observer/blog/open-source-open-data-open-infra). We attended the PL Summit in Istanbul last month and had a chance to present our work to the community. diff --git a/apps/docs/blog/2024-07-16-oso-data-portal/index.md b/apps/docs/blog/2024-07-16-oso-data-portal/index.md index a8b20e90e..ac5181f8c 100644 --- a/apps/docs/blog/2024-07-16-oso-data-portal/index.md +++ b/apps/docs/blog/2024-07-16-oso-data-portal/index.md @@ -2,7 +2,7 @@ slug: oso-data-portal title: "OSO Data Portal: free live datasets open to the public" authors: [ryscheng] -tags: [announcements, datasets] +tags: [featured, announcements, datasets] image: ./landing-page.png --- diff --git a/apps/docs/blog/2024-08-12-war-for-public-goods/index.md b/apps/docs/blog/2024-08-12-war-for-public-goods/index.md index 5c2264a3e..ed28b7e13 100644 --- a/apps/docs/blog/2024-08-12-war-for-public-goods/index.md +++ b/apps/docs/blog/2024-08-12-war-for-public-goods/index.md @@ -2,7 +2,7 @@ slug: war-for-public-goods title: "WAR for public goods, or why we need more advanced metrics in crypto" authors: [ccerv1] -tags: [open source, impact data science, advanced metrics] +tags: [featured, open source, impact data science, advanced metrics] image: ./WAR.png --- diff --git a/apps/docs/blog/2024-08-30-impact-data-scientists.mdx b/apps/docs/blog/2024-08-30-impact-data-scientists.mdx index 5fd08becf..289e6224d 100644 --- a/apps/docs/blog/2024-08-30-impact-data-scientists.mdx +++ b/apps/docs/blog/2024-08-30-impact-data-scientists.mdx @@ -2,7 +2,7 @@ slug: impact-data-scientists title: "Building a network of Impact Data Scientists" authors: [ccerv1] -tags: [data collective, impact data science, kariba] +tags: [featured, data collective, impact data science, kariba] --- One of our primary goals at Kariba (the team behind Open Source Observer) is to build a network of Impact Data Scientists. However, “Impact Data Scientist” isn’t a career path that currently exists. It’s not even a job description that currently exists. diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts index 89341ec21..c36615d49 100644 --- a/apps/docs/docusaurus.config.ts +++ b/apps/docs/docusaurus.config.ts @@ -76,7 +76,7 @@ const config: Config = { label: "Docs", }, { - to: "/blog", + to: "/blog/tags/featured", label: "Blog", position: "left", },