We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb172d commit b4d829bCopy full SHA for b4d829b
1 file changed
.devcontainer/devcontainer.json
@@ -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