Skip to content

Commit 4c0add8

Browse files
committed
Initial commit.
1 parent f6bd2f6 commit 4c0add8

File tree

14 files changed

+1293
-0
lines changed

14 files changed

+1293
-0
lines changed

404.html

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
source "https://rubygems.org"
2+
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.7.3"
12+
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]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
30+
31+
# Deploy on github pages
32+
gem "github-pages", group: :jekyll_plugins

Gemfile.lock

Lines changed: 254 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,254 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
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+
commonmarker (0.17.9)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.0.5)
19+
em-websocket (0.5.1)
20+
eventmachine (>= 0.12.9)
21+
http_parser.rb (~> 0.6.0)
22+
ethon (0.11.0)
23+
ffi (>= 1.3.0)
24+
eventmachine (1.2.5)
25+
execjs (2.7.0)
26+
faraday (0.14.0)
27+
multipart-post (>= 1.2, < 3)
28+
ffi (1.9.23)
29+
forwardable-extended (2.6.0)
30+
gemoji (3.0.0)
31+
github-pages (181)
32+
activesupport (= 4.2.9)
33+
github-pages-health-check (= 1.4.0)
34+
jekyll (= 3.7.3)
35+
jekyll-avatar (= 0.5.0)
36+
jekyll-coffeescript (= 1.1.1)
37+
jekyll-commonmark-ghpages (= 0.1.5)
38+
jekyll-default-layout (= 0.1.4)
39+
jekyll-feed (= 0.9.3)
40+
jekyll-gist (= 1.5.0)
41+
jekyll-github-metadata (= 2.9.4)
42+
jekyll-mentions (= 1.3.0)
43+
jekyll-optional-front-matter (= 0.3.0)
44+
jekyll-paginate (= 1.1.0)
45+
jekyll-readme-index (= 0.2.0)
46+
jekyll-redirect-from (= 0.13.0)
47+
jekyll-relative-links (= 0.5.3)
48+
jekyll-remote-theme (= 0.2.3)
49+
jekyll-sass-converter (= 1.5.2)
50+
jekyll-seo-tag (= 2.4.0)
51+
jekyll-sitemap (= 1.2.0)
52+
jekyll-swiss (= 0.4.0)
53+
jekyll-theme-architect (= 0.1.1)
54+
jekyll-theme-cayman (= 0.1.1)
55+
jekyll-theme-dinky (= 0.1.1)
56+
jekyll-theme-hacker (= 0.1.1)
57+
jekyll-theme-leap-day (= 0.1.1)
58+
jekyll-theme-merlot (= 0.1.1)
59+
jekyll-theme-midnight (= 0.1.1)
60+
jekyll-theme-minimal (= 0.1.1)
61+
jekyll-theme-modernist (= 0.1.1)
62+
jekyll-theme-primer (= 0.5.3)
63+
jekyll-theme-slate (= 0.1.1)
64+
jekyll-theme-tactile (= 0.1.1)
65+
jekyll-theme-time-machine (= 0.1.1)
66+
jekyll-titles-from-headings (= 0.5.1)
67+
jemoji (= 0.9.0)
68+
kramdown (= 1.16.2)
69+
liquid (= 4.0.0)
70+
listen (= 3.1.5)
71+
mercenary (~> 0.3)
72+
minima (= 2.4.0)
73+
nokogiri (>= 1.8.1, < 2.0)
74+
rouge (= 2.2.1)
75+
terminal-table (~> 1.4)
76+
github-pages-health-check (1.4.0)
77+
addressable (~> 2.3)
78+
net-dns (~> 0.8)
79+
octokit (~> 4.0)
80+
public_suffix (~> 2.0)
81+
typhoeus (~> 1.3)
82+
html-pipeline (2.7.1)
83+
activesupport (>= 2)
84+
nokogiri (>= 1.4)
85+
http_parser.rb (0.6.0)
86+
i18n (0.9.5)
87+
concurrent-ruby (~> 1.0)
88+
jekyll (3.7.3)
89+
addressable (~> 2.4)
90+
colorator (~> 1.0)
91+
em-websocket (~> 0.5)
92+
i18n (~> 0.7)
93+
jekyll-sass-converter (~> 1.0)
94+
jekyll-watch (~> 2.0)
95+
kramdown (~> 1.14)
96+
liquid (~> 4.0)
97+
mercenary (~> 0.3.3)
98+
pathutil (~> 0.9)
99+
rouge (>= 1.7, < 4)
100+
safe_yaml (~> 1.0)
101+
jekyll-avatar (0.5.0)
102+
jekyll (~> 3.0)
103+
jekyll-coffeescript (1.1.1)
104+
coffee-script (~> 2.2)
105+
coffee-script-source (~> 1.11.1)
106+
jekyll-commonmark (1.2.0)
107+
commonmarker (~> 0.14)
108+
jekyll (>= 3.0, < 4.0)
109+
jekyll-commonmark-ghpages (0.1.5)
110+
commonmarker (~> 0.17.6)
111+
jekyll-commonmark (~> 1)
112+
rouge (~> 2)
113+
jekyll-default-layout (0.1.4)
114+
jekyll (~> 3.0)
115+
jekyll-feed (0.9.3)
116+
jekyll (~> 3.3)
117+
jekyll-gist (1.5.0)
118+
octokit (~> 4.2)
119+
jekyll-github-metadata (2.9.4)
120+
jekyll (~> 3.1)
121+
octokit (~> 4.0, != 4.4.0)
122+
jekyll-mentions (1.3.0)
123+
activesupport (~> 4.0)
124+
html-pipeline (~> 2.3)
125+
jekyll (~> 3.0)
126+
jekyll-optional-front-matter (0.3.0)
127+
jekyll (~> 3.0)
128+
jekyll-paginate (1.1.0)
129+
jekyll-readme-index (0.2.0)
130+
jekyll (~> 3.0)
131+
jekyll-redirect-from (0.13.0)
132+
jekyll (~> 3.3)
133+
jekyll-relative-links (0.5.3)
134+
jekyll (~> 3.3)
135+
jekyll-remote-theme (0.2.3)
136+
jekyll (~> 3.5)
137+
rubyzip (>= 1.2.1, < 3.0)
138+
typhoeus (>= 0.7, < 2.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.4.0)
142+
jekyll (~> 3.3)
143+
jekyll-sitemap (1.2.0)
144+
jekyll (~> 3.3)
145+
jekyll-swiss (0.4.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.3)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
187+
jekyll (~> 3.3)
188+
jekyll-watch (2.0.0)
189+
listen (~> 3.0)
190+
jemoji (0.9.0)
191+
activesupport (~> 4.0, >= 4.2.9)
192+
gemoji (~> 3.0)
193+
html-pipeline (~> 2.2)
194+
jekyll (~> 3.0)
195+
kramdown (1.16.2)
196+
liquid (4.0.0)
197+
listen (3.1.5)
198+
rb-fsevent (~> 0.9, >= 0.9.4)
199+
rb-inotify (~> 0.9, >= 0.9.7)
200+
ruby_dep (~> 1.2)
201+
mercenary (0.3.6)
202+
mini_portile2 (2.3.0)
203+
minima (2.4.0)
204+
jekyll (~> 3.5)
205+
jekyll-feed (~> 0.9)
206+
jekyll-seo-tag (~> 2.1)
207+
minitest (5.11.3)
208+
multipart-post (2.0.0)
209+
net-dns (0.8.0)
210+
nokogiri (1.8.2)
211+
mini_portile2 (~> 2.3.0)
212+
octokit (4.8.0)
213+
sawyer (~> 0.8.0, >= 0.5.3)
214+
pathutil (0.16.1)
215+
forwardable-extended (~> 2.6)
216+
public_suffix (2.0.5)
217+
rb-fsevent (0.10.3)
218+
rb-inotify (0.9.10)
219+
ffi (>= 0.5.0, < 2)
220+
rouge (2.2.1)
221+
ruby-enum (0.7.2)
222+
i18n
223+
ruby_dep (1.5.0)
224+
rubyzip (1.2.1)
225+
safe_yaml (1.0.4)
226+
sass (3.5.6)
227+
sass-listen (~> 4.0.0)
228+
sass-listen (4.0.0)
229+
rb-fsevent (~> 0.9, >= 0.9.4)
230+
rb-inotify (~> 0.9, >= 0.9.7)
231+
sawyer (0.8.1)
232+
addressable (>= 2.3.5, < 2.6)
233+
faraday (~> 0.8, < 1.0)
234+
terminal-table (1.8.0)
235+
unicode-display_width (~> 1.1, >= 1.1.1)
236+
thread_safe (0.3.6)
237+
typhoeus (1.3.0)
238+
ethon (>= 0.9.0)
239+
tzinfo (1.2.5)
240+
thread_safe (~> 0.1)
241+
unicode-display_width (1.3.0)
242+
243+
PLATFORMS
244+
ruby
245+
246+
DEPENDENCIES
247+
github-pages
248+
jekyll (~> 3.7.3)
249+
jekyll-feed (~> 0.6)
250+
minima (~> 2.0)
251+
tzinfo-data
252+
253+
BUNDLED WITH
254+
1.16.1

_config.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Your awesome title
17+
email: your-email@example.com
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
Write an awesome description for your new site here. You can edit this
20+
line in _config.yml. It will appear in your document head meta (for
21+
Google search results) and in your feed.xml site description.
22+
baseurl: "" # the subpath of your site, e.g. /blog
23+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
24+
twitter_username: jekyllrb
25+
github_username: jekyll
26+
27+
# Build settings
28+
markdown: kramdown
29+
theme: minima
30+
plugins:
31+
- jekyll-feed
32+
33+
# Exclude from processing.
34+
# The following items will not be processed, by default. Create a custom list
35+
# to override the default setting.
36+
# exclude:
37+
# - Gemfile
38+
# - Gemfile.lock
39+
# - node_modules
40+
# - vendor/bundle/
41+
# - vendor/cache/
42+
# - vendor/gems/
43+
# - vendor/ruby/
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: "Welcome to Jekyll!"
4+
date: 2018-04-11 19:34:47 +0200
5+
categories: jekyll update
6+
---
7+
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
8+
9+
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
10+
11+
Jekyll also offers powerful support for code snippets:
12+
13+
{% highlight ruby %}
14+
def print_hi(name)
15+
puts "Hi, #{name}"
16+
end
17+
print_hi('Tom')
18+
#=> prints 'Hi, Tom' to STDOUT.
19+
{% endhighlight %}
20+
21+
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
22+
23+
[jekyll-docs]: https://jekyllrb.com/docs/home
24+
[jekyll-gh]: https://github.com/jekyll/jekyll
25+
[jekyll-talk]: https://talk.jekyllrb.com/

0 commit comments

Comments
 (0)