Skip to content

Commit d062788

Browse files
committed
Initial Jekyll site
1 parent 3ec9539 commit d062788

File tree

129 files changed

+442
-21692
lines changed

Some content is hidden

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

129 files changed

+442
-21692
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
_site
22
.sass-cache
3+
.jekyll-cache
34
.jekyll-metadata
5+
vendor

404.html

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

Gemfile

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
# gem "jekyll", "~> 4.2.0"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
# gem "github-pages", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
gem "github-pages", "~> 214"
20+
end
21+
22+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23+
# and associated library.
24+
platforms :mingw, :x64_mingw, :mswin, :jruby do
25+
gem "tzinfo", "~> 1.2"
26+
gem "tzinfo-data"
27+
end
28+
29+
# Performance-booster for watching directories on Windows
30+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
31+
32+
33+
gem "webrick", "~> 1.7"

Gemfile.lock

+274
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,274 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.7)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.8)
20+
dnsruby (1.61.5)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.14.0)
26+
ffi (>= 1.15.0)
27+
eventmachine (1.2.7)
28+
execjs (2.8.1)
29+
faraday (1.4.1)
30+
faraday-excon (~> 1.1)
31+
faraday-net_http (~> 1.0)
32+
faraday-net_http_persistent (~> 1.1)
33+
multipart-post (>= 1.2, < 3)
34+
ruby2_keywords (>= 0.0.4)
35+
faraday-excon (1.1.0)
36+
faraday-net_http (1.0.1)
37+
faraday-net_http_persistent (1.1.0)
38+
ffi (1.15.0)
39+
forwardable-extended (2.6.0)
40+
gemoji (3.0.1)
41+
github-pages (214)
42+
github-pages-health-check (= 1.17.0)
43+
jekyll (= 3.9.0)
44+
jekyll-avatar (= 0.7.0)
45+
jekyll-coffeescript (= 1.1.1)
46+
jekyll-commonmark-ghpages (= 0.1.6)
47+
jekyll-default-layout (= 0.1.4)
48+
jekyll-feed (= 0.15.1)
49+
jekyll-gist (= 1.5.0)
50+
jekyll-github-metadata (= 2.13.0)
51+
jekyll-mentions (= 1.6.0)
52+
jekyll-optional-front-matter (= 0.3.2)
53+
jekyll-paginate (= 1.1.0)
54+
jekyll-readme-index (= 0.3.0)
55+
jekyll-redirect-from (= 0.16.0)
56+
jekyll-relative-links (= 0.6.1)
57+
jekyll-remote-theme (= 0.4.3)
58+
jekyll-sass-converter (= 1.5.2)
59+
jekyll-seo-tag (= 2.7.1)
60+
jekyll-sitemap (= 1.4.0)
61+
jekyll-swiss (= 1.0.0)
62+
jekyll-theme-architect (= 0.1.1)
63+
jekyll-theme-cayman (= 0.1.1)
64+
jekyll-theme-dinky (= 0.1.1)
65+
jekyll-theme-hacker (= 0.1.2)
66+
jekyll-theme-leap-day (= 0.1.1)
67+
jekyll-theme-merlot (= 0.1.1)
68+
jekyll-theme-midnight (= 0.1.1)
69+
jekyll-theme-minimal (= 0.1.1)
70+
jekyll-theme-modernist (= 0.1.1)
71+
jekyll-theme-primer (= 0.5.4)
72+
jekyll-theme-slate (= 0.1.1)
73+
jekyll-theme-tactile (= 0.1.1)
74+
jekyll-theme-time-machine (= 0.1.1)
75+
jekyll-titles-from-headings (= 0.5.3)
76+
jemoji (= 0.12.0)
77+
kramdown (= 2.3.1)
78+
kramdown-parser-gfm (= 1.1.0)
79+
liquid (= 4.0.3)
80+
mercenary (~> 0.3)
81+
minima (= 2.5.1)
82+
nokogiri (>= 1.10.4, < 2.0)
83+
rouge (= 3.26.0)
84+
terminal-table (~> 1.4)
85+
github-pages-health-check (1.17.0)
86+
addressable (~> 2.3)
87+
dnsruby (~> 1.60)
88+
octokit (~> 4.0)
89+
public_suffix (>= 2.0.2, < 5.0)
90+
typhoeus (~> 1.3)
91+
html-pipeline (2.14.0)
92+
activesupport (>= 2)
93+
nokogiri (>= 1.4)
94+
http_parser.rb (0.6.0)
95+
i18n (0.9.5)
96+
concurrent-ruby (~> 1.0)
97+
jekyll (3.9.0)
98+
addressable (~> 2.4)
99+
colorator (~> 1.0)
100+
em-websocket (~> 0.5)
101+
i18n (~> 0.7)
102+
jekyll-sass-converter (~> 1.0)
103+
jekyll-watch (~> 2.0)
104+
kramdown (>= 1.17, < 3)
105+
liquid (~> 4.0)
106+
mercenary (~> 0.3.3)
107+
pathutil (~> 0.9)
108+
rouge (>= 1.7, < 4)
109+
safe_yaml (~> 1.0)
110+
jekyll-avatar (0.7.0)
111+
jekyll (>= 3.0, < 5.0)
112+
jekyll-coffeescript (1.1.1)
113+
coffee-script (~> 2.2)
114+
coffee-script-source (~> 1.11.1)
115+
jekyll-commonmark (1.3.1)
116+
commonmarker (~> 0.14)
117+
jekyll (>= 3.7, < 5.0)
118+
jekyll-commonmark-ghpages (0.1.6)
119+
commonmarker (~> 0.17.6)
120+
jekyll-commonmark (~> 1.2)
121+
rouge (>= 2.0, < 4.0)
122+
jekyll-default-layout (0.1.4)
123+
jekyll (~> 3.0)
124+
jekyll-feed (0.15.1)
125+
jekyll (>= 3.7, < 5.0)
126+
jekyll-gist (1.5.0)
127+
octokit (~> 4.2)
128+
jekyll-github-metadata (2.13.0)
129+
jekyll (>= 3.4, < 5.0)
130+
octokit (~> 4.0, != 4.4.0)
131+
jekyll-mentions (1.6.0)
132+
html-pipeline (~> 2.3)
133+
jekyll (>= 3.7, < 5.0)
134+
jekyll-optional-front-matter (0.3.2)
135+
jekyll (>= 3.0, < 5.0)
136+
jekyll-paginate (1.1.0)
137+
jekyll-readme-index (0.3.0)
138+
jekyll (>= 3.0, < 5.0)
139+
jekyll-redirect-from (0.16.0)
140+
jekyll (>= 3.3, < 5.0)
141+
jekyll-relative-links (0.6.1)
142+
jekyll (>= 3.3, < 5.0)
143+
jekyll-remote-theme (0.4.3)
144+
addressable (~> 2.0)
145+
jekyll (>= 3.5, < 5.0)
146+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
147+
rubyzip (>= 1.3.0, < 3.0)
148+
jekyll-sass-converter (1.5.2)
149+
sass (~> 3.4)
150+
jekyll-seo-tag (2.7.1)
151+
jekyll (>= 3.8, < 5.0)
152+
jekyll-sitemap (1.4.0)
153+
jekyll (>= 3.7, < 5.0)
154+
jekyll-swiss (1.0.0)
155+
jekyll-theme-architect (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-cayman (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-dinky (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-hacker (0.1.2)
165+
jekyll (> 3.5, < 5.0)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-leap-day (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-merlot (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-midnight (0.1.1)
174+
jekyll (~> 3.5)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-minimal (0.1.1)
177+
jekyll (~> 3.5)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-modernist (0.1.1)
180+
jekyll (~> 3.5)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-primer (0.5.4)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-github-metadata (~> 2.9)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-slate (0.1.1)
187+
jekyll (~> 3.5)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-tactile (0.1.1)
190+
jekyll (~> 3.5)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-theme-time-machine (0.1.1)
193+
jekyll (~> 3.5)
194+
jekyll-seo-tag (~> 2.0)
195+
jekyll-titles-from-headings (0.5.3)
196+
jekyll (>= 3.3, < 5.0)
197+
jekyll-watch (2.2.1)
198+
listen (~> 3.0)
199+
jemoji (0.12.0)
200+
gemoji (~> 3.0)
201+
html-pipeline (~> 2.2)
202+
jekyll (>= 3.0, < 5.0)
203+
kramdown (2.3.1)
204+
rexml
205+
kramdown-parser-gfm (1.1.0)
206+
kramdown (~> 2.0)
207+
liquid (4.0.3)
208+
listen (3.5.1)
209+
rb-fsevent (~> 0.10, >= 0.10.3)
210+
rb-inotify (~> 0.9, >= 0.9.10)
211+
mercenary (0.3.6)
212+
minima (2.5.1)
213+
jekyll (>= 3.5, < 5.0)
214+
jekyll-feed (~> 0.9)
215+
jekyll-seo-tag (~> 2.1)
216+
minitest (5.14.4)
217+
multipart-post (2.1.1)
218+
nokogiri (1.11.3-x86_64-darwin)
219+
racc (~> 1.4)
220+
octokit (4.21.0)
221+
faraday (>= 0.9)
222+
sawyer (~> 0.8.0, >= 0.5.3)
223+
pathutil (0.16.2)
224+
forwardable-extended (~> 2.6)
225+
public_suffix (4.0.6)
226+
racc (1.5.2)
227+
rb-fsevent (0.11.0)
228+
rb-inotify (0.10.1)
229+
ffi (~> 1.0)
230+
rexml (3.2.5)
231+
rouge (3.26.0)
232+
ruby-enum (0.9.0)
233+
i18n
234+
ruby2_keywords (0.0.4)
235+
rubyzip (2.3.0)
236+
safe_yaml (1.0.5)
237+
sass (3.7.4)
238+
sass-listen (~> 4.0.0)
239+
sass-listen (4.0.0)
240+
rb-fsevent (~> 0.9, >= 0.9.4)
241+
rb-inotify (~> 0.9, >= 0.9.7)
242+
sawyer (0.8.2)
243+
addressable (>= 2.3.5)
244+
faraday (> 0.8, < 2.0)
245+
simpleidn (0.2.1)
246+
unf (~> 0.1.4)
247+
terminal-table (1.8.0)
248+
unicode-display_width (~> 1.1, >= 1.1.1)
249+
thread_safe (0.3.6)
250+
typhoeus (1.4.0)
251+
ethon (>= 0.9.0)
252+
tzinfo (1.2.9)
253+
thread_safe (~> 0.1)
254+
unf (0.1.4)
255+
unf_ext
256+
unf_ext (0.0.7.7)
257+
unicode-display_width (1.7.0)
258+
webrick (1.7.0)
259+
zeitwerk (2.4.2)
260+
261+
PLATFORMS
262+
x86_64-darwin-19
263+
264+
DEPENDENCIES
265+
github-pages (~> 214)
266+
jekyll-feed (~> 0.12)
267+
minima (~> 2.5)
268+
tzinfo (~> 1.2)
269+
tzinfo-data
270+
wdm (~> 0.1.1)
271+
webrick (~> 1.7)
272+
273+
BUNDLED WITH
274+
2.2.17

ReadMe.txt

-30
This file was deleted.

0 commit comments

Comments
 (0)