Skip to content

Commit d33d0b6

Browse files
committed
Import v2 code
1 parent 317fa2f commit d33d0b6

File tree

334 files changed

+22566
-73677
lines changed

Some content is hidden

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

334 files changed

+22566
-73677
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
/.sass-cache/
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor
26
/.project

404.html

Lines changed: 25 additions & 0 deletions
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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
11+
# commented out so we can use on github pages
12+
# gem "jekyll", "~> 4.2.0"
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
#gem "minima", "~> 2.5"
16+
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
gem "github-pages", group: :jekyll_plugins
20+
21+
# If you have any plugins, put them here!
22+
group :jekyll_plugins do
23+
gem "jekyll-feed", "~> 0.12"
24+
gem 'jekyll-sitemap'
25+
end
26+
27+
28+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
29+
# and associated library.
30+
platforms :mingw, :x64_mingw, :mswin, :jruby do
31+
gem "tzinfo", "~> 1.2"
32+
gem "tzinfo-data"
33+
end
34+
35+
# Performance-booster for watching directories on Windows
36+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
37+
38+

Gemfile.lock

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sneiland.github.io

0 commit comments

Comments
 (0)