From: Mark Otto Date: Thu, 14 Feb 2013 04:01:36 +0000 (-0800) Subject: readme improvements X-Git-Tag: v3.0.0-rc1~673^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c1142f6fb28504eb2c7ed33d5cfb3355a8d7af4;p=thirdparty%2Fbootstrap.git readme improvements --- diff --git a/README.md b/README.md index 1b7b948336..991b8bce20 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For more information on SemVer, please visit [http://semver.org/](http://semver. -## Bug tracker +## Bugs and feature requests Have a bug or a feature request? [Please open a new issue](https://github.com/twitter/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). @@ -57,7 +57,7 @@ Keep track of development and community news. ## Documentation -Bootstrap's docs are built using Jekyll and hosted on GitHub Pages at http://getbootstrap.com. To view our docs locally, you'll need to [install Jekyll](https://github.com/mojombo/jekyll/wiki/install) to run a local server. +Bootstrap's docs are built using [Jekyll](http://jekyllrb.com) and hosted on GitHub Pages at [http://getbootstrap.com](http://getbootstrap.com). To view our docs locally, you'll need to [install Jekyll](https://github.com/mojombo/jekyll/wiki/install) to run a local server. Documentation for [previous versions](https://github.com/twitter/bootstrap/tags) is also available via tags. diff --git a/_config.yml b/_config.yml index 93038eaf1e..ff0a6616ac 100644 --- a/_config.yml +++ b/_config.yml @@ -5,4 +5,5 @@ paginate: 5 source: ./docs destination: ./_gh_pages -auto: true \ No newline at end of file +auto: true +server_port: 9001 \ No newline at end of file