Skip to content

Commit fd62ed1

Browse files
committed
We don't need a config file in the root because jekyll already ignores folders and files that start with a .
1 parent 4abdb43 commit fd62ed1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
3-
"postCreateCommand": "jekyll serve --config _config.yml,.jekyll/_config.yml --port 4955",
3+
"postCreateCommand": "jekyll serve .jekyll/_config.yml --port 4955",
44
"forwardPorts": [ 4955 ]
55
}

_config.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)