Skip to content

Commit b4d829b

Browse files
authored
Create devcontainer.json
1 parent 3bb172d commit b4d829b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "Jekyll GitHub Pages",
3+
"image": "mcr.microsoft.com/devcontainers/jekyll:latest",
4+
"forwardPorts": [4000, 35729],
5+
"postCreateCommand": "bundle install",
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"github.vscode-pull-request-github"
10+
]
11+
}
12+
},
13+
"remoteEnv": {
14+
"JEKYLL_ENV": "development"
15+
}
16+
}

0 commit comments

Comments
 (0)