aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-10-30 13:13:17 +0200
committerXhmikosR <[email protected]>2018-11-04 08:33:30 +0200
commitd27509688d3af428bb342265e4e7cf4ace52b5fa (patch)
tree57f853c3253fa5e8507dfad75246acd3d5c3e090
parent793b83fda84da33e07adfab467a68dc649565401 (diff)
downloadbootstrap-d27509688d3af428bb342265e4e7cf4ace52b5fa.tar.xz
bootstrap-d27509688d3af428bb342265e4e7cf4ace52b5fa.zip
Jekyll: switch to localhost
`0.0.0.0` has issues on Windows.
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index c2d654cd2..9cc9edc40 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"