From b7e34ef7e51c49e035470cfcab4fcb69dda5cecd Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:22:04 +0000 Subject: [PATCH] Delete .gitpod.yml --- .gitpod.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index ceda606..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,13 +0,0 @@ -# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ -tasks: - - name: Install Hugo dependencies - before: | - mkdir -p $HOME/.local/bin - curl -L https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_extended_0.104.3_linux-amd64.tar.gz | tar xvz -C $HOME/.local/bin - export PATH=$HOME/.local/bin:$PATH - init: echo "Your version of Hugo is `hugo version`" - command: hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 -# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/ -ports: - - port: 1313 - onOpen: open-preview