From bc2582c712f035e5085151c02316be7723ddb92d Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sun, 11 Jul 2021 13:33:01 +0000 Subject: [PATCH] gitpod --- gitpod/install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gitpod/install.sh b/gitpod/install.sh index 2ab25113e..3f456eaa3 100644 --- a/gitpod/install.sh +++ b/gitpod/install.sh @@ -41,4 +41,13 @@ then fi +rm -f ../content/blog +ln -s /workspace/data_threefold/content/blog ../content/blog +rm -f ../content/news +ln -s /workspace/data_threefold/content/news ../content/news +rm -f ../content/person +ln -s /workspace/data_threefold/content/person ../content/person +rm -f ../content/project +ln -s /workspace/data_threefold/content/project ../content/project +