diff --git a/.gitpod.yml b/.gitpod.yml index e2bfa09c..04b0b104 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,7 @@ ports: - port: 4000 - onOpen: open-preview + onOpen: ignore tasks: + - command: gp await-port 4000 && sleep 3 && gp preview $(gp url 4000) - init: gem install jekyll bundler command: jekyll serve --host 0.0.0.0 diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6c287c57..35bb6a59 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1090,6 +1090,11 @@ "hex": "E24329", "source": "https://about.gitlab.com/press/" }, + { + "title": "Gitpod", + "hex": "1AA6E4", + "source": "https://www.gitpod.io/" + }, { "title": "Gitter", "hex": "ED1965", diff --git a/icons/gitpod.svg b/icons/gitpod.svg new file mode 100644 index 00000000..8331c331 --- /dev/null +++ b/icons/gitpod.svg @@ -0,0 +1 @@ +Gitpod icon \ No newline at end of file