Skip to content

Commit 2cccdc8

Browse files
committed
Update to Jekyll v.3.0.0.
[skip sauce]
1 parent 2261427 commit 2cccdc8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Thumbs.db
3333
.komodotools
3434
*.komodoproject
3535

36+
# Jekyll metadata
37+
docs/.jekyll-metadata
38+
3639
# Folders to ignore
3740
bower_components
3841
node_modules

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ after_script:
2222
- if [ "$TRAVIS_REPO_SLUG" != twbs-savage/bootstrap ] && [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py upload rubygems; fi
2323
env:
2424
global:
25-
- JEKYLL_VERSION="2.5.3"
25+
- JEKYLL_VERSION="3.0.0"
2626
- ROUGE_VERSION="1.8.0"
2727
- SAUCE_USERNAME="bootstrap"
2828
- secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
7878

7979
### Running documentation locally
8080

81-
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
81+
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v3.0.x).
8282
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
8383
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
8484
3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.

0 commit comments

Comments
 (0)