From: Patrick H. Lauke Date: Mon, 11 Dec 2017 01:32:37 +0000 (+0000) Subject: Specify host 0.0.0.0 for Jekyll (#24974) X-Git-Tag: v4.0.0-beta.3~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e64c84aec65fe38b5a9323638e62d513b64ce8;p=thirdparty%2Fbootstrap.git 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) --- 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"