From 1b1e4a8af7f5c72d7ae69568baf23777bac8a64b Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 20 Aug 2021 11:37:12 +0200 Subject: [PATCH] refactor --- install_gitpod.sh | 7 --- manual/README.md | 118 -------------------------------------- manual/contribute.md | 3 - manual/install.md | 5 -- run.sh | 2 - tools/install_gridsome.sh | 1 - 6 files changed, 136 deletions(-) delete mode 100755 install_gitpod.sh delete mode 100644 manual/README.md delete mode 100644 manual/contribute.md delete mode 100644 manual/install.md delete mode 100755 run.sh delete mode 100755 tools/install_gridsome.sh diff --git a/install_gitpod.sh b/install_gitpod.sh deleted file mode 100755 index e2a71b6bc..000000000 --- a/install_gitpod.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -rm -f /tmp/install.sh -curl -s -o /tmp/install.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/install.sh -bash /tmp/install.sh -bash /workspace/data_threefold/gitpod_scripts/install.sh -bash /workspace/data_threefold/gitpod_scripts/run.sh - diff --git a/manual/README.md b/manual/README.md deleted file mode 100644 index d910e0a3f..000000000 --- a/manual/README.md +++ /dev/null @@ -1,118 +0,0 @@ -# metadata - -## metadata per project page - -``` ---- -id: seeds -title: Planet Regenerative Economy -status: planned, internal, test, public -startdate: 2021-03-01 -countries: -cities: -rank: 1 -excerpt: -created: 2019-03-20 -image: ./seeds.png -image_caption: seeds -logo: ./logo.png -author: kristine_vilnite -members: franz_josef_allmayer -websites: -tags: digitaltwin, grid, cloud, farming -private: 0 -potential: -linkedin: ---- -``` - -- id: uniquely chosen name, which should not change over time -- title which shows on overview -- status: planned, internal, test, public -- startdate: when then project will start and be available on crystaltwin or tfgrid -- countries: where is the team, can be comma separated list -- cities: ... -- rank: 1 is lowest prio, 5 highest (what to show first) -- excerpt: short content to show in overview (DONT MAKE IT TOO LONG) -- created: when the project was registered/created -- image: -- image caption: -- logo: -- author: 1 or more persons who created the content -- members: 1 or more persons behind project (the members of the project, use the id) -- websites: -- tags: generic to allow us to search & show. Choose from: - - digitaltwin : for project who will use digital twin as backend - - grid : for project will use the grid - - data_center : for projects that will use the VDC (Cloud) - - tech : techological solution - - security : safety layer projects - - payment : token provider, issuer - - farming : for projects that are farmers -- private: - - 0 : projects that are visible to all - - 1 : projects that we keep private -- potential: describe the potential for a project e.g. 1m users in X months, X TB of storage, ... can use multiple lanes -- linkedin: link to projects linkedin page - -the section for vimeo: -``` -
- - - -
- -``` - -to use breaks do ```enter
enter``` - -## metadata per person page - -``` ---- -id: kristine_vilnite -name: Kristine Vilnite -rank: 4 -memberships: foundation (threefold_tech, project, ambassador, farmer, gridcouncil.. see other options below) -bio: info about the person (values, mission, why threefold, experience, current occupation etc.) -excerpt: very short line highliting person (from description) -linkedin: https://www.linkedin.com/... -websites: https://threefold.io/, https://www.mazraa.io/ -image: ./kristine_vilnite.png -project_ids: threefold_foundation -countries: Latvia -cities: Riga -private: 0 ---- -``` - -- meberships, choose from: - - threefold_foundation, threefold_tech, ambassador, farmer, project, guardian, techcounil, gridcouncil -- bio: business experience/skills -- project_ids: which projects person is part of -- private: - -the section for vimeo: -``` -
- - - -
-``` - - - -# examples - -## project - - -see https://github.com/threefoldtech/www_partners_v2/blob/main/content/project/vlinder/vlinder.md - -## person - -exammple: https://github.com/threefoldtech/www_partners_v2/blob/main/content/person/adnan_fatayerji/adnan_fatayerji.md - - diff --git a/manual/contribute.md b/manual/contribute.md deleted file mode 100644 index e89e69e77..000000000 --- a/manual/contribute.md +++ /dev/null @@ -1,3 +0,0 @@ -# how to contribute - -... TODO diff --git a/manual/install.md b/manual/install.md deleted file mode 100644 index b7a1a6d96..000000000 --- a/manual/install.md +++ /dev/null @@ -1,5 +0,0 @@ - -# tools to work with our publishing sites - -TO BE DONE - diff --git a/run.sh b/run.sh deleted file mode 100755 index 1566c9721..000000000 --- a/run.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -bash /workspace/data_threefold/gitpod_scripts/run.sh diff --git a/tools/install_gridsome.sh b/tools/install_gridsome.sh deleted file mode 100755 index 7fc2ed202..000000000 --- a/tools/install_gridsome.sh +++ /dev/null @@ -1 +0,0 @@ -npm install --global @gridsome/cli \ No newline at end of file