Skip to content

Commit

Permalink
Add DevContainer configuration (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
AFCMS authored Feb 9, 2024
1 parent c0858fa commit 2991abf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Ruby Jekyll",
"image": "mcr.microsoft.com/devcontainers/jekyll:latest",
"forwardPorts": [4000]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ _site/
node_modules/
vendor/
.jekyll-metadata
.idea
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ This site uses the [Jekyll](https://jekyllrb.com) static site generator.
- Use `bundle exec jekyll serve` to automatically build the site
and serve it locally.

You can also use the provided [Dev Container](https://containers.dev/) configuration to make it easier.

### Browser support

When working on new features, keep in mind this website only supports
Expand Down

0 comments on commit 2991abf

Please sign in to comment.