From d4df49dcd79f9276c12f0f3e6d93fc8df75c4f2c Mon Sep 17 00:00:00 2001 From: Christine Date: Tue, 20 Jun 2023 23:20:21 +0000 Subject: [PATCH 1/3] setup Gitpod --- .gitpod.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..50d74aeb --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pnpm install && pnpm run build + command: pnpm run start + + From 98721ee5e8b6b93a4408ea3242c01511947fc9ae Mon Sep 17 00:00:00 2001 From: Christine Date: Mon, 14 Oct 2024 23:13:16 +0000 Subject: [PATCH 2/3] feat: add hacktoberfest 2024 badge Signed-off-by: Christine --- src/content/members/members/CBID2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/members/members/CBID2.ts b/src/content/members/members/CBID2.ts index e7a4ff78..3251f435 100644 --- a/src/content/members/members/CBID2.ts +++ b/src/content/members/members/CBID2.ts @@ -42,5 +42,5 @@ export const CBID2: MemberObject = { // { type: 'hashnode', username: 'yourUserName' }, // { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' }, ], - badges: [], + badges: ['Hacktoberfest2023', 'Hacktoberfest2024'], }; From 2e716ee041bccee98de0d0456807fe7e134a87fe Mon Sep 17 00:00:00 2001 From: Christine Date: Mon, 14 Oct 2024 23:18:47 +0000 Subject: [PATCH 3/3] fix: omit gitpod.yml file Signed-off-by: Christine --- .gitpod.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 50d74aeb..00000000 --- a/.gitpod.yml +++ /dev/null @@ -1,11 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) -# and commit this file to your remote git repository to share the goodness with others. - -# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart - -tasks: - - init: pnpm install && pnpm run build - command: pnpm run start - -