Skip to content

Commit a7e64c8

Browse files
Specify host 0.0.0.0 for Jekyll (#24974)
Allows for remote connections on same network (as Jekyll now seems to default to 127.0.0.1 which means it does not react to incoming external requests)
1 parent a2a4e63 commit a7e64c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permalink: pretty
1111
# Server
1212
source: "."
1313
destination: ./_gh_pages
14+
host: 0.0.0.0
1415
port: 9001
1516
baseurl: ""
1617
url: "https://getbootstrap.com"

0 commit comments

Comments
 (0)