File tree 3 files changed +21
-13
lines changed
3 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
ruby RUBY_VERSION
3
3
4
- gem "jekyll" , "3.4.3 "
4
+ gem "jekyll" , "3.8.4 "
5
5
6
6
# to use GitHub Pages
7
7
# gem "github-pages", group: :jekyll_plugins
Original file line number Diff line number Diff line change 4
4
addressable (2.5.2 )
5
5
public_suffix (>= 2.0.2 , < 4.0 )
6
6
colorator (1.1.0 )
7
+ concurrent-ruby (1.0.5 )
8
+ em-websocket (0.5.1 )
9
+ eventmachine (>= 0.12.9 )
10
+ http_parser.rb (~> 0.6.0 )
11
+ eventmachine (1.2.7 )
7
12
ffi (1.9.25 )
8
13
forwardable-extended (2.6.0 )
9
- jekyll (3.4.3 )
14
+ http_parser.rb (0.6.0 )
15
+ i18n (0.9.5 )
16
+ concurrent-ruby (~> 1.0 )
17
+ jekyll (3.8.4 )
10
18
addressable (~> 2.4 )
11
19
colorator (~> 1.0 )
20
+ em-websocket (~> 0.5 )
21
+ i18n (~> 0.7 )
12
22
jekyll-sass-converter (~> 1.0 )
13
- jekyll-watch (~> 1.1 )
14
- kramdown (~> 1.3 )
15
- liquid (~> 3 .0 )
23
+ jekyll-watch (~> 2.0 )
24
+ kramdown (~> 1.14 )
25
+ liquid (~> 4 .0 )
16
26
mercenary (~> 0.3.3 )
17
27
pathutil (~> 0.9 )
18
- rouge (~> 1.7 )
28
+ rouge (>= 1.7 , < 4 )
19
29
safe_yaml (~> 1.0 )
20
30
jekyll-feed (0.11.0 )
21
31
jekyll (~> 3.3 )
27
37
jekyll (~> 3.3 )
28
38
jekyll-sitemap (1.2.0 )
29
39
jekyll (~> 3.3 )
30
- jekyll-watch (1.5.1 )
40
+ jekyll-watch (2.0.0 )
31
41
listen (~> 3.0 )
32
42
kramdown (1.17.0 )
33
- liquid (3 .0.6 )
43
+ liquid (4 .0.0 )
34
44
listen (3.1.5 )
35
45
rb-fsevent (~> 0.9 , >= 0.9.4 )
36
46
rb-inotify (~> 0.9 , >= 0.9.7 )
42
52
rb-fsevent (0.10.3 )
43
53
rb-inotify (0.9.10 )
44
54
ffi (>= 0.5.0 , < 2 )
45
- rouge (1.11 .1 )
55
+ rouge (3.2 .1 )
46
56
ruby_dep (1.5.0 )
47
57
safe_yaml (1.0.4 )
48
58
sass (3.6.0 )
@@ -55,7 +65,7 @@ PLATFORMS
55
65
ruby
56
66
57
67
DEPENDENCIES
58
- jekyll (= 3.4.3 )
68
+ jekyll (= 3.8.4 )
59
69
jekyll-feed
60
70
jekyll-redirect-from
61
71
jekyll-seo-tag
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ <h1>Jekyll Template for Project Websites</h1>
17
17
< div class ="row ">
18
18
< div class ="col-md-6 ">
19
19
< h2 class ="header-light regular-pad "> What is Jekyll?</ h2 >
20
- < blockquote >
21
- < p > Jekyll is a simple, blog-aware, static site generator. It takes a template
20
+ < p class ="lead "> Jekyll is a simple, blog-aware, static site generator. It takes a template
22
21
directory containing raw text files in various formats, runs it through
23
22
a converter (like < a href ="https://daringfireball.net/projects/markdown/ "> Markdown</ a > )
24
23
and our < a href ="https://github.com/Shopify/liquid/wiki "> Liquid</ a > renderer, and
@@ -27,7 +26,6 @@ <h2 class="header-light regular-pad">What is Jekyll?</h2>
27
26
behind < a href ="https://pages.github.com "> GitHub Pages</ a > , which means you can use Jekyll
28
27
to host your project’s page, blog, or website from GitHub’s servers < strong > for
29
28
free</ strong > .</ p >
30
- </ blockquote >
31
29
</ div >
32
30
< div class ="col-md-6 text-center ">
33
31
< img src ="img/jekyll-dark.png " alt ="" class ="img-responsive ">
You can’t perform that action at this time.
0 commit comments