Skip to content

Commit

Permalink
add gitpod config files
Browse files Browse the repository at this point in the history
  • Loading branch information
stockholmux committed Nov 4, 2021
1 parent b688d4f commit 5528654
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitpod-load.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Please be patient while GitPod is pulling dependencies.

In a moment, a preview of the website will load in the IDE.

Feel free to close this window.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tasks:
- init: code .gitpod-load.txt
- name: dev server
init:
gem install bundler &&
bundle install
command: bundle exec jekyll serve
ports:
- port: 4000
onOpen: open-preview

0 comments on commit 5528654

Please sign in to comment.