aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-12-11 01:32:37 +0000
committerGitHub <[email protected]>2017-12-11 01:32:37 +0000
commita7e64c84aec65fe38b5a9323638e62d513b64ce8 (patch)
tree0f6bdeb847a8328bb4e67ae1f3e145b8b956cf1e
parenta2a4e632c24b69e1fd2056c1b680af1342f01021 (diff)
downloadbootstrap-a7e64c84aec65fe38b5a9323638e62d513b64ce8.tar.xz
bootstrap-a7e64c84aec65fe38b5a9323638e62d513b64ce8.zip
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)
-rw-r--r--_config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index a749091cf..10fe04643 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,6 +11,7 @@ permalink: pretty
# Server
source: "."
destination: ./_gh_pages
+host: 0.0.0.0
port: 9001
baseurl: ""
url: "https://getbootstrap.com"