2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Jekyll: switch to localhost

`0.0.0.0` has issues on Windows.
This commit is contained in:
XhmikosR
2018-10-30 13:13:17 +02:00
parent 793b83fda8
commit d27509688d
+1 -1
View File
@@ -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"