Skip to content

Commit

Permalink
Add Gitpod configuration (modelica#404)
Browse files Browse the repository at this point in the history
and ignore .jekyll-cache
  • Loading branch information
t-sommer authored Jul 6, 2022
1 parent 4535c85 commit a6d8593
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
_site
.sass-cache
.jekyll-metadata
.jekyll-cache
.bundle

# PyCharm projects
Expand Down
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
- name: Jekyll
init: |
mkdir -m 777 _site
mkdir -m 777 .jekyll-cache
command: docker run --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve

0 comments on commit a6d8593

Please sign in to comment.