Skip to content

Commit a6eff09

Browse files
committed
docs
1 parent 1288585 commit a6eff09

8 files changed

+486
-0
lines changed

docs/.gitignore

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

docs/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>

docs/Gemfile

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.3.4"
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", "~> 232", group: :jekyll_plugins
16+
17+
# If you have any plugins, put them here!
18+
group :jekyll_plugins do
19+
gem "jekyll-feed", "~> 0.12"
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", "< 3"
26+
gem "tzinfo-data"
27+
end
28+
29+
# Performance-booster for watching directories on Windows
30+
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
31+
32+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
33+
# do not have a Java counterpart.
34+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

docs/Gemfile.lock

+316
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,316 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (7.2.2)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
addressable (2.8.7)
17+
public_suffix (>= 2.0.2, < 7.0)
18+
base64 (0.2.0)
19+
benchmark (0.3.0)
20+
bigdecimal (3.1.8)
21+
coffee-script (2.4.1)
22+
coffee-script-source
23+
execjs
24+
coffee-script-source (1.12.2)
25+
colorator (1.1.0)
26+
commonmarker (0.23.10)
27+
concurrent-ruby (1.3.4)
28+
connection_pool (2.4.1)
29+
csv (3.3.0)
30+
dnsruby (1.72.2)
31+
simpleidn (~> 0.2.1)
32+
drb (2.2.1)
33+
em-websocket (0.5.3)
34+
eventmachine (>= 0.12.9)
35+
http_parser.rb (~> 0)
36+
ethon (0.16.0)
37+
ffi (>= 1.15.0)
38+
eventmachine (1.2.7)
39+
execjs (2.10.0)
40+
faraday (2.12.0)
41+
faraday-net_http (>= 2.0, < 3.4)
42+
json
43+
logger
44+
faraday-net_http (3.3.0)
45+
net-http
46+
ffi (1.17.0-aarch64-linux-gnu)
47+
ffi (1.17.0-aarch64-linux-musl)
48+
ffi (1.17.0-arm-linux-gnu)
49+
ffi (1.17.0-arm-linux-musl)
50+
ffi (1.17.0-arm64-darwin)
51+
ffi (1.17.0-x86-linux-gnu)
52+
ffi (1.17.0-x86-linux-musl)
53+
ffi (1.17.0-x86_64-darwin)
54+
ffi (1.17.0-x86_64-linux-gnu)
55+
ffi (1.17.0-x86_64-linux-musl)
56+
forwardable-extended (2.6.0)
57+
gemoji (4.1.0)
58+
github-pages (232)
59+
github-pages-health-check (= 1.18.2)
60+
jekyll (= 3.10.0)
61+
jekyll-avatar (= 0.8.0)
62+
jekyll-coffeescript (= 1.2.2)
63+
jekyll-commonmark-ghpages (= 0.5.1)
64+
jekyll-default-layout (= 0.1.5)
65+
jekyll-feed (= 0.17.0)
66+
jekyll-gist (= 1.5.0)
67+
jekyll-github-metadata (= 2.16.1)
68+
jekyll-include-cache (= 0.2.1)
69+
jekyll-mentions (= 1.6.0)
70+
jekyll-optional-front-matter (= 0.3.2)
71+
jekyll-paginate (= 1.1.0)
72+
jekyll-readme-index (= 0.3.0)
73+
jekyll-redirect-from (= 0.16.0)
74+
jekyll-relative-links (= 0.6.1)
75+
jekyll-remote-theme (= 0.4.3)
76+
jekyll-sass-converter (= 1.5.2)
77+
jekyll-seo-tag (= 2.8.0)
78+
jekyll-sitemap (= 1.4.0)
79+
jekyll-swiss (= 1.0.0)
80+
jekyll-theme-architect (= 0.2.0)
81+
jekyll-theme-cayman (= 0.2.0)
82+
jekyll-theme-dinky (= 0.2.0)
83+
jekyll-theme-hacker (= 0.2.0)
84+
jekyll-theme-leap-day (= 0.2.0)
85+
jekyll-theme-merlot (= 0.2.0)
86+
jekyll-theme-midnight (= 0.2.0)
87+
jekyll-theme-minimal (= 0.2.0)
88+
jekyll-theme-modernist (= 0.2.0)
89+
jekyll-theme-primer (= 0.6.0)
90+
jekyll-theme-slate (= 0.2.0)
91+
jekyll-theme-tactile (= 0.2.0)
92+
jekyll-theme-time-machine (= 0.2.0)
93+
jekyll-titles-from-headings (= 0.5.3)
94+
jemoji (= 0.13.0)
95+
kramdown (= 2.4.0)
96+
kramdown-parser-gfm (= 1.1.0)
97+
liquid (= 4.0.4)
98+
mercenary (~> 0.3)
99+
minima (= 2.5.1)
100+
nokogiri (>= 1.16.2, < 2.0)
101+
rouge (= 3.30.0)
102+
terminal-table (~> 1.4)
103+
webrick (~> 1.8)
104+
github-pages-health-check (1.18.2)
105+
addressable (~> 2.3)
106+
dnsruby (~> 1.60)
107+
octokit (>= 4, < 8)
108+
public_suffix (>= 3.0, < 6.0)
109+
typhoeus (~> 1.3)
110+
html-pipeline (2.14.3)
111+
activesupport (>= 2)
112+
nokogiri (>= 1.4)
113+
http_parser.rb (0.8.0)
114+
i18n (1.14.6)
115+
concurrent-ruby (~> 1.0)
116+
jekyll (3.10.0)
117+
addressable (~> 2.4)
118+
colorator (~> 1.0)
119+
csv (~> 3.0)
120+
em-websocket (~> 0.5)
121+
i18n (>= 0.7, < 2)
122+
jekyll-sass-converter (~> 1.0)
123+
jekyll-watch (~> 2.0)
124+
kramdown (>= 1.17, < 3)
125+
liquid (~> 4.0)
126+
mercenary (~> 0.3.3)
127+
pathutil (~> 0.9)
128+
rouge (>= 1.7, < 4)
129+
safe_yaml (~> 1.0)
130+
webrick (>= 1.0)
131+
jekyll-avatar (0.8.0)
132+
jekyll (>= 3.0, < 5.0)
133+
jekyll-coffeescript (1.2.2)
134+
coffee-script (~> 2.2)
135+
coffee-script-source (~> 1.12)
136+
jekyll-commonmark (1.4.0)
137+
commonmarker (~> 0.22)
138+
jekyll-commonmark-ghpages (0.5.1)
139+
commonmarker (>= 0.23.7, < 1.1.0)
140+
jekyll (>= 3.9, < 4.0)
141+
jekyll-commonmark (~> 1.4.0)
142+
rouge (>= 2.0, < 5.0)
143+
jekyll-default-layout (0.1.5)
144+
jekyll (>= 3.0, < 5.0)
145+
jekyll-feed (0.17.0)
146+
jekyll (>= 3.7, < 5.0)
147+
jekyll-gist (1.5.0)
148+
octokit (~> 4.2)
149+
jekyll-github-metadata (2.16.1)
150+
jekyll (>= 3.4, < 5.0)
151+
octokit (>= 4, < 7, != 4.4.0)
152+
jekyll-include-cache (0.2.1)
153+
jekyll (>= 3.7, < 5.0)
154+
jekyll-mentions (1.6.0)
155+
html-pipeline (~> 2.3)
156+
jekyll (>= 3.7, < 5.0)
157+
jekyll-optional-front-matter (0.3.2)
158+
jekyll (>= 3.0, < 5.0)
159+
jekyll-paginate (1.1.0)
160+
jekyll-readme-index (0.3.0)
161+
jekyll (>= 3.0, < 5.0)
162+
jekyll-redirect-from (0.16.0)
163+
jekyll (>= 3.3, < 5.0)
164+
jekyll-relative-links (0.6.1)
165+
jekyll (>= 3.3, < 5.0)
166+
jekyll-remote-theme (0.4.3)
167+
addressable (~> 2.0)
168+
jekyll (>= 3.5, < 5.0)
169+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
170+
rubyzip (>= 1.3.0, < 3.0)
171+
jekyll-sass-converter (1.5.2)
172+
sass (~> 3.4)
173+
jekyll-seo-tag (2.8.0)
174+
jekyll (>= 3.8, < 5.0)
175+
jekyll-sitemap (1.4.0)
176+
jekyll (>= 3.7, < 5.0)
177+
jekyll-swiss (1.0.0)
178+
jekyll-theme-architect (0.2.0)
179+
jekyll (> 3.5, < 5.0)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-cayman (0.2.0)
182+
jekyll (> 3.5, < 5.0)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-dinky (0.2.0)
185+
jekyll (> 3.5, < 5.0)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-hacker (0.2.0)
188+
jekyll (> 3.5, < 5.0)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-leap-day (0.2.0)
191+
jekyll (> 3.5, < 5.0)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-merlot (0.2.0)
194+
jekyll (> 3.5, < 5.0)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-midnight (0.2.0)
197+
jekyll (> 3.5, < 5.0)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-theme-minimal (0.2.0)
200+
jekyll (> 3.5, < 5.0)
201+
jekyll-seo-tag (~> 2.0)
202+
jekyll-theme-modernist (0.2.0)
203+
jekyll (> 3.5, < 5.0)
204+
jekyll-seo-tag (~> 2.0)
205+
jekyll-theme-primer (0.6.0)
206+
jekyll (> 3.5, < 5.0)
207+
jekyll-github-metadata (~> 2.9)
208+
jekyll-seo-tag (~> 2.0)
209+
jekyll-theme-slate (0.2.0)
210+
jekyll (> 3.5, < 5.0)
211+
jekyll-seo-tag (~> 2.0)
212+
jekyll-theme-tactile (0.2.0)
213+
jekyll (> 3.5, < 5.0)
214+
jekyll-seo-tag (~> 2.0)
215+
jekyll-theme-time-machine (0.2.0)
216+
jekyll (> 3.5, < 5.0)
217+
jekyll-seo-tag (~> 2.0)
218+
jekyll-titles-from-headings (0.5.3)
219+
jekyll (>= 3.3, < 5.0)
220+
jekyll-watch (2.2.1)
221+
listen (~> 3.0)
222+
jemoji (0.13.0)
223+
gemoji (>= 3, < 5)
224+
html-pipeline (~> 2.2)
225+
jekyll (>= 3.0, < 5.0)
226+
json (2.7.5)
227+
kramdown (2.4.0)
228+
rexml
229+
kramdown-parser-gfm (1.1.0)
230+
kramdown (~> 2.0)
231+
liquid (4.0.4)
232+
listen (3.9.0)
233+
rb-fsevent (~> 0.10, >= 0.10.3)
234+
rb-inotify (~> 0.9, >= 0.9.10)
235+
logger (1.6.1)
236+
mercenary (0.3.6)
237+
minima (2.5.1)
238+
jekyll (>= 3.5, < 5.0)
239+
jekyll-feed (~> 0.9)
240+
jekyll-seo-tag (~> 2.1)
241+
minitest (5.25.1)
242+
net-http (0.4.1)
243+
uri
244+
nokogiri (1.16.7-aarch64-linux)
245+
racc (~> 1.4)
246+
nokogiri (1.16.7-arm-linux)
247+
racc (~> 1.4)
248+
nokogiri (1.16.7-arm64-darwin)
249+
racc (~> 1.4)
250+
nokogiri (1.16.7-x86-linux)
251+
racc (~> 1.4)
252+
nokogiri (1.16.7-x86_64-darwin)
253+
racc (~> 1.4)
254+
nokogiri (1.16.7-x86_64-linux)
255+
racc (~> 1.4)
256+
octokit (4.25.1)
257+
faraday (>= 1, < 3)
258+
sawyer (~> 0.9)
259+
pathutil (0.16.2)
260+
forwardable-extended (~> 2.6)
261+
public_suffix (5.1.1)
262+
racc (1.8.1)
263+
rb-fsevent (0.11.2)
264+
rb-inotify (0.11.1)
265+
ffi (~> 1.0)
266+
rexml (3.3.9)
267+
rouge (3.30.0)
268+
rubyzip (2.3.2)
269+
safe_yaml (1.0.5)
270+
sass (3.7.4)
271+
sass-listen (~> 4.0.0)
272+
sass-listen (4.0.0)
273+
rb-fsevent (~> 0.9, >= 0.9.4)
274+
rb-inotify (~> 0.9, >= 0.9.7)
275+
sawyer (0.9.2)
276+
addressable (>= 2.3.5)
277+
faraday (>= 0.17.3, < 3)
278+
securerandom (0.3.1)
279+
simpleidn (0.2.3)
280+
terminal-table (1.8.0)
281+
unicode-display_width (~> 1.1, >= 1.1.1)
282+
typhoeus (1.4.1)
283+
ethon (>= 0.9.0)
284+
tzinfo (2.0.6)
285+
concurrent-ruby (~> 1.0)
286+
unicode-display_width (1.8.0)
287+
uri (0.13.1)
288+
webrick (1.9.0)
289+
290+
PLATFORMS
291+
aarch64-linux
292+
aarch64-linux-gnu
293+
aarch64-linux-musl
294+
arm-linux
295+
arm-linux-gnu
296+
arm-linux-musl
297+
arm64-darwin
298+
x86-linux
299+
x86-linux-gnu
300+
x86-linux-musl
301+
x86_64-darwin
302+
x86_64-linux
303+
x86_64-linux-gnu
304+
x86_64-linux-musl
305+
306+
DEPENDENCIES
307+
github-pages (~> 232)
308+
http_parser.rb (~> 0.6.0)
309+
jekyll-feed (~> 0.12)
310+
minima (~> 2.5)
311+
tzinfo (>= 1, < 3)
312+
tzinfo-data
313+
wdm (~> 0.1)
314+
315+
BUNDLED WITH
316+
2.5.16

0 commit comments

Comments
 (0)