Skip to content

Commit b285ea3

Browse files
committed
Add a few redirects.
1 parent 3e1b894 commit b285ea3

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ source 'https://rubygems.org'
22

33
group :development, :test do
44
gem 'jekyll', '~> 3.8.5'
5+
gem 'jekyll-redirect-from', '~> 0.14.0'
56
gem 'jekyll-sitemap', '~> 1.2.0'
67
end

Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.3)
7+
concurrent-ruby (1.1.4)
88
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
@@ -29,6 +29,8 @@ GEM
2929
pathutil (~> 0.9)
3030
rouge (>= 1.7, < 4)
3131
safe_yaml (~> 1.0)
32+
jekyll-redirect-from (0.14.0)
33+
jekyll (~> 3.3)
3234
jekyll-sass-converter (1.5.2)
3335
sass (~> 3.4)
3436
jekyll-sitemap (1.2.0)
@@ -46,8 +48,8 @@ GEM
4648
forwardable-extended (~> 2.6)
4749
public_suffix (3.0.3)
4850
rb-fsevent (0.10.3)
49-
rb-inotify (0.9.10)
50-
ffi (>= 0.5.0, < 2)
51+
rb-inotify (0.10.0)
52+
ffi (~> 1.0)
5153
rouge (3.3.0)
5254
ruby_dep (1.5.0)
5355
safe_yaml (1.0.4)
@@ -63,7 +65,8 @@ PLATFORMS
6365

6466
DEPENDENCIES
6567
jekyll (~> 3.8.5)
68+
jekyll-redirect-from (~> 0.14.0)
6669
jekyll-sitemap (~> 1.2.0)
6770

6871
BUNDLED WITH
69-
1.17.2
72+
1.17.3

docs/css.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
title: CSS
44
slug: css
55
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
6+
redirect_from: "/css/"
67
---
78

89

docs/customize.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
title: Customize and download
44
slug: customize
55
lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version. Requires IE9+ or latest Safari, Chrome, or Firefox.
6+
redirect_from: "/customize/"
67
---
78

89

docs/javascript.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
title: JavaScript
44
slug: js
55
lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one."
6+
redirect_from: "/javascript/"
67
---
78

89

0 commit comments

Comments
 (0)