Skip to content

Commit

Permalink
Add a few redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 31, 2018
1 parent 3e1b894 commit b285ea3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,5 +2,6 @@ source 'https://rubygems.org'

group :development, :test do
gem 'jekyll', '~> 3.8.5'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
end
11 changes: 7 additions & 4 deletions Gemfile.lock
Expand Up @@ -4,7 +4,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand All @@ -29,6 +29,8 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-redirect-from (0.14.0)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (1.2.0)
Expand All @@ -46,8 +48,8 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
Expand All @@ -63,7 +65,8 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 3.8.5)
jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0)

BUNDLED WITH
1.17.2
1.17.3
1 change: 1 addition & 0 deletions docs/css.html
Expand Up @@ -3,6 +3,7 @@
title: CSS
slug: css
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
redirect_from: "/css/"
---


Expand Down
1 change: 1 addition & 0 deletions docs/customize.html
Expand Up @@ -3,6 +3,7 @@
title: Customize and download
slug: customize
lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version. Requires IE9+ or latest Safari, Chrome, or Firefox.
redirect_from: "/customize/"
---


Expand Down
1 change: 1 addition & 0 deletions docs/javascript.html
Expand Up @@ -3,6 +3,7 @@
title: JavaScript
slug: js
lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one."
redirect_from: "/javascript/"
---


Expand Down

0 comments on commit b285ea3

Please sign in to comment.