Skip to content

Commit 4bd0a3d

Browse files
author
Martin Häusler
committed
initialize project
0 parents  commit 4bd0a3d

39 files changed

+3395
-0
lines changed

.gitignore

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

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

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.2"
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+
end
20+
21+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22+
# and associated library.
23+
platforms :mingw, :x64_mingw, :mswin, :jruby do
24+
gem "tzinfo", "~> 1.2"
25+
gem "tzinfo-data"
26+
end
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+
31+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
32+
# do not have a Java counterpart.
33+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
34+
gem "http_parser"
35+
gem "webrick", "~> 1.7"

Gemfile.lock

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

0 commit comments

Comments
 (0)