Skip to content

Commit 1d1eaaa

Browse files
committed
update jekyll
1 parent 6b19045 commit 1d1eaaa

File tree

101 files changed

+425
-988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+425
-988
lines changed

404.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

+24-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
22

3-
# GitHub requirements
4-
gem 'github-pages'
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
# gem "jekyll", "~> 3.6.2"
512

6-
# Local requirements
7-
gem 'sass'
8-
gem 'rake'
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
# gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Gemfile.lock

+218-87
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,229 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
RedCloth (4.2.9)
5-
activesupport (4.0.4)
6-
i18n (~> 0.6, >= 0.6.9)
7-
minitest (~> 4.2)
8-
multi_json (~> 1.3)
9-
thread_safe (~> 0.1)
10-
tzinfo (~> 0.3.37)
11-
atomic (1.1.16)
12-
blankslate (2.1.2.4)
13-
classifier (1.3.4)
14-
fast-stemmer (>= 1.0.0)
15-
colorator (0.1)
16-
commander (4.1.6)
17-
highline (~> 1.6.11)
18-
fast-stemmer (1.0.2)
19-
ffi (1.9.3)
20-
gemoji (1.5.0)
21-
github-pages (16)
22-
RedCloth (= 4.2.9)
23-
jekyll (= 1.4.3)
24-
jekyll-mentions (= 0.0.5)
25-
jekyll-redirect-from (= 0.3.1)
26-
jemoji (= 0.0.10)
27-
kramdown (= 1.3.1)
28-
liquid (= 2.5.5)
29-
maruku (= 0.7.0)
30-
rdiscount (= 2.1.7)
31-
redcarpet (= 2.3.0)
32-
highline (1.6.21)
33-
html-pipeline (1.5.0)
4+
activesupport (4.2.9)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
concurrent-ruby (1.0.5)
17+
ethon (0.11.0)
18+
ffi (>= 1.3.0)
19+
execjs (2.7.0)
20+
faraday (0.13.1)
21+
multipart-post (>= 1.2, < 3)
22+
ffi (1.9.18)
23+
forwardable-extended (2.6.0)
24+
gemoji (3.0.0)
25+
github-pages (171)
26+
activesupport (= 4.2.9)
27+
github-pages-health-check (= 1.3.5)
28+
jekyll (= 3.6.2)
29+
jekyll-avatar (= 0.5.0)
30+
jekyll-coffeescript (= 1.0.2)
31+
jekyll-default-layout (= 0.1.4)
32+
jekyll-feed (= 0.9.2)
33+
jekyll-gist (= 1.4.1)
34+
jekyll-github-metadata (= 2.9.3)
35+
jekyll-mentions (= 1.2.0)
36+
jekyll-optional-front-matter (= 0.3.0)
37+
jekyll-paginate (= 1.1.0)
38+
jekyll-readme-index (= 0.2.0)
39+
jekyll-redirect-from (= 0.12.1)
40+
jekyll-relative-links (= 0.5.2)
41+
jekyll-remote-theme (= 0.2.3)
42+
jekyll-sass-converter (= 1.5.0)
43+
jekyll-seo-tag (= 2.3.0)
44+
jekyll-sitemap (= 1.1.1)
45+
jekyll-swiss (= 0.4.0)
46+
jekyll-theme-architect (= 0.1.0)
47+
jekyll-theme-cayman (= 0.1.0)
48+
jekyll-theme-dinky (= 0.1.0)
49+
jekyll-theme-hacker (= 0.1.0)
50+
jekyll-theme-leap-day (= 0.1.0)
51+
jekyll-theme-merlot (= 0.1.0)
52+
jekyll-theme-midnight (= 0.1.0)
53+
jekyll-theme-minimal (= 0.1.0)
54+
jekyll-theme-modernist (= 0.1.0)
55+
jekyll-theme-primer (= 0.5.2)
56+
jekyll-theme-slate (= 0.1.0)
57+
jekyll-theme-tactile (= 0.1.0)
58+
jekyll-theme-time-machine (= 0.1.0)
59+
jekyll-titles-from-headings (= 0.5.0)
60+
jemoji (= 0.8.1)
61+
kramdown (= 1.14.0)
62+
liquid (= 4.0.0)
63+
listen (= 3.0.6)
64+
mercenary (~> 0.3)
65+
minima (= 2.1.1)
66+
rouge (= 2.2.1)
67+
terminal-table (~> 1.4)
68+
github-pages-health-check (1.3.5)
69+
addressable (~> 2.3)
70+
net-dns (~> 0.8)
71+
octokit (~> 4.0)
72+
public_suffix (~> 2.0)
73+
typhoeus (~> 0.7)
74+
html-pipeline (2.7.1)
3475
activesupport (>= 2)
35-
nokogiri (~> 1.4)
36-
i18n (0.6.9)
37-
jekyll (1.4.3)
38-
classifier (~> 1.3)
39-
colorator (~> 0.1)
40-
commander (~> 4.1.3)
41-
liquid (~> 2.5.5)
42-
listen (~> 1.3)
43-
maruku (~> 0.7.0)
44-
pygments.rb (~> 0.5.0)
45-
redcarpet (~> 2.3.0)
46-
safe_yaml (~> 0.9.7)
47-
toml (~> 0.1.0)
48-
jekyll-mentions (0.0.5)
49-
html-pipeline (~> 1.5.0)
50-
jekyll (~> 1.4.3)
51-
jekyll-redirect-from (0.3.1)
52-
jekyll (~> 1.4)
53-
jemoji (0.0.10)
54-
gemoji (~> 1.5.0)
55-
html-pipeline (~> 1.5.0)
56-
jekyll (~> 1.4.3)
57-
kramdown (1.3.1)
58-
liquid (2.5.5)
59-
listen (1.3.1)
76+
nokogiri (>= 1.4)
77+
i18n (0.9.1)
78+
concurrent-ruby (~> 1.0)
79+
jekyll (3.6.2)
80+
addressable (~> 2.4)
81+
colorator (~> 1.0)
82+
jekyll-sass-converter (~> 1.0)
83+
jekyll-watch (~> 1.1)
84+
kramdown (~> 1.14)
85+
liquid (~> 4.0)
86+
mercenary (~> 0.3.3)
87+
pathutil (~> 0.9)
88+
rouge (>= 1.7, < 3)
89+
safe_yaml (~> 1.0)
90+
jekyll-avatar (0.5.0)
91+
jekyll (~> 3.0)
92+
jekyll-coffeescript (1.0.2)
93+
coffee-script (~> 2.2)
94+
coffee-script-source (~> 1.11.1)
95+
jekyll-default-layout (0.1.4)
96+
jekyll (~> 3.0)
97+
jekyll-feed (0.9.2)
98+
jekyll (~> 3.3)
99+
jekyll-gist (1.4.1)
100+
octokit (~> 4.2)
101+
jekyll-github-metadata (2.9.3)
102+
jekyll (~> 3.1)
103+
octokit (~> 4.0, != 4.4.0)
104+
jekyll-mentions (1.2.0)
105+
activesupport (~> 4.0)
106+
html-pipeline (~> 2.3)
107+
jekyll (~> 3.0)
108+
jekyll-optional-front-matter (0.3.0)
109+
jekyll (~> 3.0)
110+
jekyll-paginate (1.1.0)
111+
jekyll-readme-index (0.2.0)
112+
jekyll (~> 3.0)
113+
jekyll-redirect-from (0.12.1)
114+
jekyll (~> 3.3)
115+
jekyll-relative-links (0.5.2)
116+
jekyll (~> 3.3)
117+
jekyll-remote-theme (0.2.3)
118+
jekyll (~> 3.5)
119+
rubyzip (>= 1.2.1, < 3.0)
120+
typhoeus (>= 0.7, < 2.0)
121+
jekyll-sass-converter (1.5.0)
122+
sass (~> 3.4)
123+
jekyll-seo-tag (2.3.0)
124+
jekyll (~> 3.3)
125+
jekyll-sitemap (1.1.1)
126+
jekyll (~> 3.3)
127+
jekyll-swiss (0.4.0)
128+
jekyll-theme-architect (0.1.0)
129+
jekyll (~> 3.5)
130+
jekyll-seo-tag (~> 2.0)
131+
jekyll-theme-cayman (0.1.0)
132+
jekyll (~> 3.5)
133+
jekyll-seo-tag (~> 2.0)
134+
jekyll-theme-dinky (0.1.0)
135+
jekyll (~> 3.5)
136+
jekyll-seo-tag (~> 2.0)
137+
jekyll-theme-hacker (0.1.0)
138+
jekyll (~> 3.5)
139+
jekyll-seo-tag (~> 2.0)
140+
jekyll-theme-leap-day (0.1.0)
141+
jekyll (~> 3.5)
142+
jekyll-seo-tag (~> 2.0)
143+
jekyll-theme-merlot (0.1.0)
144+
jekyll (~> 3.5)
145+
jekyll-seo-tag (~> 2.0)
146+
jekyll-theme-midnight (0.1.0)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-minimal (0.1.0)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-modernist (0.1.0)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-primer (0.5.2)
156+
jekyll (~> 3.5)
157+
jekyll-github-metadata (~> 2.9)
158+
jekyll-seo-tag (~> 2.2)
159+
jekyll-theme-slate (0.1.0)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-tactile (0.1.0)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-time-machine (0.1.0)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-titles-from-headings (0.5.0)
169+
jekyll (~> 3.3)
170+
jekyll-watch (1.5.0)
171+
listen (~> 3.0, < 3.1)
172+
jemoji (0.8.1)
173+
activesupport (~> 4.0, >= 4.2.9)
174+
gemoji (~> 3.0)
175+
html-pipeline (~> 2.2)
176+
jekyll (>= 3.0)
177+
kramdown (1.14.0)
178+
liquid (4.0.0)
179+
listen (3.0.6)
60180
rb-fsevent (>= 0.9.3)
61-
rb-inotify (>= 0.9)
62-
rb-kqueue (>= 0.2)
63-
maruku (0.7.0)
64-
mini_portile (0.5.2)
65-
minitest (4.7.5)
66-
multi_json (1.9.2)
67-
nokogiri (1.6.1)
68-
mini_portile (~> 0.5.0)
69-
parslet (1.5.0)
70-
blankslate (~> 2.0)
71-
posix-spawn (0.3.8)
72-
pygments.rb (0.5.4)
73-
posix-spawn (~> 0.3.6)
74-
yajl-ruby (~> 1.1.0)
75-
rake (10.1.1)
76-
rb-fsevent (0.9.4)
77-
rb-inotify (0.9.3)
78-
ffi (>= 0.5.0)
79-
rb-kqueue (0.2.2)
80-
ffi (>= 0.5.0)
81-
rdiscount (2.1.7)
82-
redcarpet (2.3.0)
83-
safe_yaml (0.9.7)
84-
sass (3.3.3)
85-
thread_safe (0.2.0)
86-
atomic (>= 1.1.7, < 2)
87-
toml (0.1.1)
88-
parslet (~> 1.5.0)
89-
tzinfo (0.3.39)
90-
yajl-ruby (1.1.0)
181+
rb-inotify (>= 0.9.7)
182+
mercenary (0.3.6)
183+
mini_portile2 (2.3.0)
184+
minima (2.1.1)
185+
jekyll (~> 3.3)
186+
minitest (5.10.3)
187+
multipart-post (2.0.0)
188+
net-dns (0.8.0)
189+
nokogiri (1.8.1)
190+
mini_portile2 (~> 2.3.0)
191+
octokit (4.7.0)
192+
sawyer (~> 0.8.0, >= 0.5.3)
193+
pathutil (0.16.0)
194+
forwardable-extended (~> 2.6)
195+
public_suffix (2.0.5)
196+
rb-fsevent (0.10.2)
197+
rb-inotify (0.9.10)
198+
ffi (>= 0.5.0, < 2)
199+
rouge (2.2.1)
200+
rubyzip (1.2.1)
201+
safe_yaml (1.0.4)
202+
sass (3.5.3)
203+
sass-listen (~> 4.0.0)
204+
sass-listen (4.0.0)
205+
rb-fsevent (~> 0.9, >= 0.9.4)
206+
rb-inotify (~> 0.9, >= 0.9.7)
207+
sawyer (0.8.1)
208+
addressable (>= 2.3.5, < 2.6)
209+
faraday (~> 0.8, < 1.0)
210+
terminal-table (1.8.0)
211+
unicode-display_width (~> 1.1, >= 1.1.1)
212+
thread_safe (0.3.6)
213+
typhoeus (0.8.0)
214+
ethon (>= 0.8.0)
215+
tzinfo (1.2.4)
216+
thread_safe (~> 0.1)
217+
unicode-display_width (1.3.0)
91218

92219
PLATFORMS
93220
ruby
94221

95222
DEPENDENCIES
96223
github-pages
97-
rake
98-
sass
224+
jekyll-feed (~> 0.6)
225+
minima (~> 2.0)
226+
tzinfo-data
227+
228+
BUNDLED WITH
229+
1.16.0

0 commit comments

Comments
 (0)