File tree 6 files changed +483
-457
lines changed
6 files changed +483
-457
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
3
3
group :development , :test do
4
4
gem 'jekyll' , '~> 3.6.2'
5
- gem 'jekyll-redirect-from' , '~> 0.12.1 '
5
+ gem 'jekyll-redirect-from' , '~> 0.13.0 '
6
6
gem 'jekyll-sitemap' , '~> 1.1.1'
7
- gem 'jekyll-toc' , '~> 0.4.0 '
7
+ gem 'jekyll-toc' , '~> 0.5.0.rc '
8
8
end
Original file line number Diff line number Diff line change 18
18
pathutil (~> 0.9 )
19
19
rouge (>= 1.7 , < 3 )
20
20
safe_yaml (~> 1.0 )
21
- jekyll-redirect-from (0.12.1 )
21
+ jekyll-redirect-from (0.13.0 )
22
22
jekyll (~> 3.3 )
23
- jekyll-sass-converter (1.5.0 )
23
+ jekyll-sass-converter (1.5.1 )
24
24
sass (~> 3.4 )
25
25
jekyll-sitemap (1.1.1 )
26
26
jekyll (~> 3.3 )
27
- jekyll-toc (0.4.0 )
27
+ jekyll-toc (0.5.0.rc )
28
28
nokogiri (~> 1.6 )
29
- jekyll-watch (1.5.0 )
30
- listen (~> 3.0 , < 3.1 )
31
- kramdown (1.16.1 )
29
+ jekyll-watch (1.5.1 )
30
+ listen (~> 3.0 )
31
+ kramdown (1.16.2 )
32
32
liquid (4.0.0 )
33
- listen (3.0.8 )
33
+ listen (3.1.5 )
34
34
rb-fsevent (~> 0.9 , >= 0.9.4 )
35
35
rb-inotify (~> 0.9 , >= 0.9.7 )
36
+ ruby_dep (~> 1.2 )
36
37
mercenary (0.3.6 )
37
38
mini_portile2 (2.3.0 )
38
39
nokogiri (1.8.1 )
46
47
rb-inotify (0.9.10 )
47
48
ffi (>= 0.5.0 , < 2 )
48
49
rouge (2.2.1 )
50
+ ruby_dep (1.5.0 )
49
51
safe_yaml (1.0.4 )
50
52
sass (3.5.3 )
51
53
sass-listen (~> 4.0.0 )
@@ -59,9 +61,9 @@ PLATFORMS
59
61
60
62
DEPENDENCIES
61
63
jekyll (~> 3.6.2 )
62
- jekyll-redirect-from (~> 0.12.1 )
64
+ jekyll-redirect-from (~> 0.13.0 )
63
65
jekyll-sitemap (~> 1.1.1 )
64
- jekyll-toc (~> 0.4.0 )
66
+ jekyll-toc (~> 0.5.0.rc )
65
67
66
68
BUNDLED WITH
67
69
1.16.0
Original file line number Diff line number Diff line change 74
74
jquery_hash : " sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
75
75
popper : " https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
76
76
popper_hash : " sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
77
+
78
+ toc :
79
+ min_level : 2
80
+ max_level : 4
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
6
- < title > Bootstrap - Content moved</ title >
6
+ < title > Bootstrap · Content moved</ title >
7
7
< link rel ="canonical " href ="{{ page.redirect.to }} ">
8
8
< meta http-equiv ="refresh " content ="0; url={{ page.redirect.to }} ">
9
+ < meta name ="robots " content ="noindex ">
9
10
< style >
10
11
html {
11
12
display : flex;
30
31
</ style >
31
32
</ head >
32
33
< body >
33
- < h1 > Redirecting… </ h1 >
34
+ < h1 > Redirecting… </ h1 >
34
35
< a href ="{{ page.redirect.to }} "> Click here if you are not redirected</ a >
35
36
< script > window . location = "{{ page.redirect.to }}" ; </ script >
36
37
</ body >
You can’t perform that action at this time.
0 commit comments