Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2017-12-11 04:32:37 +0300
committerGitHub <noreply@github.com>2017-12-11 04:32:37 +0300
commita7e64c84aec65fe38b5a9323638e62d513b64ce8 (patch)
tree0f6bdeb847a8328bb4e67ae1f3e145b8b956cf1e /_config.yml
parenta2a4e632c24b69e1fd2056c1b680af1342f01021 (diff)
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)
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index a749091cf9..10fe046434 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"