From: XhmikosR Date: Tue, 30 Oct 2018 11:13:17 +0000 (+0200) Subject: Jekyll: switch to localhost X-Git-Tag: v4.2.0~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d27509688d3af428bb342265e4e7cf4ace52b5fa;p=thirdparty%2Fbootstrap.git Jekyll: switch to localhost `0.0.0.0` has issues on Windows. --- diff --git a/_config.yml b/_config.yml index c2d654cd2b..9cc9edc40c 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ permalink: pretty # Server source: "site" destination: ./_gh_pages -host: 0.0.0.0 +host: "localhost" port: 9001 baseurl: "" url: "https://getbootstrap.com"