From: Mark Otto Date: Sat, 7 Apr 2018 05:09:37 +0000 (-0700) Subject: update port from 3001 to 9001 X-Git-Tag: v3.4.0~48^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab3a99723674d3b569b3ccab6b1c161d39468e43;p=thirdparty%2Fbootstrap.git update port from 3001 to 9001 --- diff --git a/README.md b/README.md index fc4f5de3cb..e270575710 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built 1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) and other Ruby dependencies with `bundle install`. **Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. 2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line. -4. Open `http://localhost:3001` in your browser, and voilà. +4. Open `http://localhost:9001` in your browser, and voilà. Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). diff --git a/_config.yml b/_config.yml index c62ac5c763..eebe695e22 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ permalink: pretty source: docs destination: _gh_pages host: 0.0.0.0 -port: 3001 +port: 9001 url: http://getbootstrap.com baseurl: /docs/3.4 encoding: UTF-8