Skip to content

Commit 7d6e4b1

Browse files
author
Floris Huetink
committed
Initial commit
1 parent 6a51677 commit 7d6e4b1

File tree

3 files changed

+142
-0
lines changed

3 files changed

+142
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'github-pages'

Gemfile.lock

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.3)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
addressable (2.3.8)
12+
blankslate (2.1.2.4)
13+
celluloid (0.16.1)
14+
timers (~> 4.0.0)
15+
classifier-reborn (2.0.3)
16+
fast-stemmer (~> 1.0)
17+
coffee-script (2.4.1)
18+
coffee-script-source
19+
execjs
20+
coffee-script-source (1.9.1.1)
21+
colorator (0.1)
22+
ethon (0.7.4)
23+
ffi (>= 1.3.0)
24+
execjs (2.6.0)
25+
fast-stemmer (1.0.2)
26+
ffi (1.9.10)
27+
gemoji (2.1.0)
28+
github-pages (39)
29+
RedCloth (= 4.2.9)
30+
github-pages-health-check (~> 0.2)
31+
jekyll (= 2.4.0)
32+
jekyll-coffeescript (= 1.0.1)
33+
jekyll-feed (= 0.3.1)
34+
jekyll-mentions (= 0.2.1)
35+
jekyll-redirect-from (= 0.8.0)
36+
jekyll-sass-converter (= 1.3.0)
37+
jekyll-sitemap (= 0.8.1)
38+
jemoji (= 0.5.0)
39+
kramdown (= 1.5.0)
40+
liquid (= 2.6.2)
41+
maruku (= 0.7.0)
42+
mercenary (~> 0.3)
43+
pygments.rb (= 0.6.3)
44+
rdiscount (= 2.1.7)
45+
redcarpet (= 3.3.2)
46+
terminal-table (~> 1.4)
47+
github-pages-health-check (0.4.2)
48+
addressable (~> 2.3)
49+
net-dns (~> 0.8)
50+
public_suffix (~> 1.4)
51+
typhoeus (~> 0.7)
52+
hitimes (1.2.2)
53+
html-pipeline (1.9.0)
54+
activesupport (>= 2)
55+
nokogiri (~> 1.4)
56+
i18n (0.7.0)
57+
jekyll (2.4.0)
58+
classifier-reborn (~> 2.0)
59+
colorator (~> 0.1)
60+
jekyll-coffeescript (~> 1.0)
61+
jekyll-gist (~> 1.0)
62+
jekyll-paginate (~> 1.0)
63+
jekyll-sass-converter (~> 1.0)
64+
jekyll-watch (~> 1.1)
65+
kramdown (~> 1.3)
66+
liquid (~> 2.6.1)
67+
mercenary (~> 0.3.3)
68+
pygments.rb (~> 0.6.0)
69+
redcarpet (~> 3.1)
70+
safe_yaml (~> 1.0)
71+
toml (~> 0.1.0)
72+
jekyll-coffeescript (1.0.1)
73+
coffee-script (~> 2.2)
74+
jekyll-feed (0.3.1)
75+
jekyll-gist (1.3.0)
76+
jekyll-mentions (0.2.1)
77+
html-pipeline (~> 1.9.0)
78+
jekyll (~> 2.0)
79+
jekyll-paginate (1.1.0)
80+
jekyll-redirect-from (0.8.0)
81+
jekyll (>= 2.0)
82+
jekyll-sass-converter (1.3.0)
83+
sass (~> 3.2)
84+
jekyll-sitemap (0.8.1)
85+
jekyll-watch (1.2.1)
86+
listen (~> 2.7)
87+
jemoji (0.5.0)
88+
gemoji (~> 2.0)
89+
html-pipeline (~> 1.9)
90+
jekyll (>= 2.0)
91+
json (1.8.3)
92+
kramdown (1.5.0)
93+
liquid (2.6.2)
94+
listen (2.10.1)
95+
celluloid (~> 0.16.0)
96+
rb-fsevent (>= 0.9.3)
97+
rb-inotify (>= 0.9)
98+
maruku (0.7.0)
99+
mercenary (0.3.5)
100+
mini_portile (0.6.2)
101+
minitest (5.8.0)
102+
net-dns (0.8.0)
103+
nokogiri (1.6.6.2)
104+
mini_portile (~> 0.6.0)
105+
parslet (1.5.0)
106+
blankslate (~> 2.0)
107+
posix-spawn (0.3.11)
108+
public_suffix (1.5.1)
109+
pygments.rb (0.6.3)
110+
posix-spawn (~> 0.3.6)
111+
yajl-ruby (~> 1.2.0)
112+
rb-fsevent (0.9.5)
113+
rb-inotify (0.9.5)
114+
ffi (>= 0.5.0)
115+
rdiscount (2.1.7)
116+
redcarpet (3.3.2)
117+
safe_yaml (1.0.4)
118+
sass (3.4.16)
119+
terminal-table (1.5.2)
120+
thread_safe (0.3.5)
121+
timers (4.0.1)
122+
hitimes
123+
toml (0.1.2)
124+
parslet (~> 1.5.0)
125+
typhoeus (0.7.3)
126+
ethon (>= 0.7.4)
127+
tzinfo (1.2.2)
128+
thread_safe (~> 0.1)
129+
yajl-ruby (1.2.1)
130+
131+
PLATFORMS
132+
ruby
133+
134+
DEPENDENCIES
135+
github-pages
136+
137+
BUNDLED WITH
138+
1.10.6

0 commit comments

Comments
 (0)