Skip to content

Commit 3cc3f49

Browse files
committed
update Jekyll
1 parent c4cc203 commit 3cc3f49

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
ruby RUBY_VERSION
33

4-
gem "jekyll", "3.4.3"
4+
gem "jekyll", "3.8.4"
55

66
# to use GitHub Pages
77
# gem "github-pages", group: :jekyll_plugins

Gemfile.lock

+19-9
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,28 @@ GEM
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
66
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)
712
ffi (1.9.25)
813
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)
1018
addressable (~> 2.4)
1119
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
1222
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)
1626
mercenary (~> 0.3.3)
1727
pathutil (~> 0.9)
18-
rouge (~> 1.7)
28+
rouge (>= 1.7, < 4)
1929
safe_yaml (~> 1.0)
2030
jekyll-feed (0.11.0)
2131
jekyll (~> 3.3)
@@ -27,10 +37,10 @@ GEM
2737
jekyll (~> 3.3)
2838
jekyll-sitemap (1.2.0)
2939
jekyll (~> 3.3)
30-
jekyll-watch (1.5.1)
40+
jekyll-watch (2.0.0)
3141
listen (~> 3.0)
3242
kramdown (1.17.0)
33-
liquid (3.0.6)
43+
liquid (4.0.0)
3444
listen (3.1.5)
3545
rb-fsevent (~> 0.9, >= 0.9.4)
3646
rb-inotify (~> 0.9, >= 0.9.7)
@@ -42,7 +52,7 @@ GEM
4252
rb-fsevent (0.10.3)
4353
rb-inotify (0.9.10)
4454
ffi (>= 0.5.0, < 2)
45-
rouge (1.11.1)
55+
rouge (3.2.1)
4656
ruby_dep (1.5.0)
4757
safe_yaml (1.0.4)
4858
sass (3.6.0)
@@ -55,7 +65,7 @@ PLATFORMS
5565
ruby
5666

5767
DEPENDENCIES
58-
jekyll (= 3.4.3)
68+
jekyll (= 3.8.4)
5969
jekyll-feed
6070
jekyll-redirect-from
6171
jekyll-seo-tag

index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ <h1>Jekyll Template for Project Websites</h1>
1717
<div class="row">
1818
<div class="col-md-6">
1919
<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
2221
directory containing raw text files in various formats, runs it through
2322
a converter (like <a href="https://daringfireball.net/projects/markdown/">Markdown</a>)
2423
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>
2726
behind <a href="https://pages.github.com">GitHub Pages</a>, which means you can use Jekyll
2827
to host your project’s page, blog, or website from GitHub’s servers <strong>for
2928
free</strong>.</p>
30-
</blockquote>
3129
</div>
3230
<div class="col-md-6 text-center">
3331
<img src="img/jekyll-dark.png" alt="" class="img-responsive">

0 commit comments

Comments
 (0)