Skip to content

Commit 5c55e90

Browse files
committed
wrote huge guide on how t ocontribute
1 parent 56b8e7b commit 5c55e90

File tree

4 files changed

+531
-1
lines changed

4 files changed

+531
-1
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

Gemfile.lock

+220
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
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+
concurrent-ruby (1.0.5)
17+
ethon (0.11.0)
18+
ffi (>= 1.3.0)
19+
execjs (2.7.0)
20+
faraday (0.13.1)
21+
multipart-post (>= 1.2, < 3)
22+
ffi (1.9.18)
23+
forwardable-extended (2.6.0)
24+
gemoji (3.0.0)
25+
github-pages (169)
26+
activesupport (= 4.2.9)
27+
github-pages-health-check (= 1.3.5)
28+
jekyll (= 3.6.2)
29+
jekyll-avatar (= 0.5.0)
30+
jekyll-coffeescript (= 1.0.2)
31+
jekyll-default-layout (= 0.1.4)
32+
jekyll-feed (= 0.9.2)
33+
jekyll-gist (= 1.4.1)
34+
jekyll-github-metadata (= 2.9.3)
35+
jekyll-mentions (= 1.2.0)
36+
jekyll-optional-front-matter (= 0.2.0)
37+
jekyll-paginate (= 1.1.0)
38+
jekyll-readme-index (= 0.1.0)
39+
jekyll-redirect-from (= 0.12.1)
40+
jekyll-relative-links (= 0.5.1)
41+
jekyll-sass-converter (= 1.5.0)
42+
jekyll-seo-tag (= 2.3.0)
43+
jekyll-sitemap (= 1.1.1)
44+
jekyll-swiss (= 0.4.0)
45+
jekyll-theme-architect (= 0.1.0)
46+
jekyll-theme-cayman (= 0.1.0)
47+
jekyll-theme-dinky (= 0.1.0)
48+
jekyll-theme-hacker (= 0.1.0)
49+
jekyll-theme-leap-day (= 0.1.0)
50+
jekyll-theme-merlot (= 0.1.0)
51+
jekyll-theme-midnight (= 0.1.0)
52+
jekyll-theme-minimal (= 0.1.0)
53+
jekyll-theme-modernist (= 0.1.0)
54+
jekyll-theme-primer (= 0.5.2)
55+
jekyll-theme-slate (= 0.1.0)
56+
jekyll-theme-tactile (= 0.1.0)
57+
jekyll-theme-time-machine (= 0.1.0)
58+
jekyll-titles-from-headings (= 0.4.0)
59+
jemoji (= 0.8.1)
60+
kramdown (= 1.14.0)
61+
liquid (= 4.0.0)
62+
listen (= 3.0.6)
63+
mercenary (~> 0.3)
64+
minima (= 2.1.1)
65+
rouge (= 2.2.1)
66+
terminal-table (~> 1.4)
67+
github-pages-health-check (1.3.5)
68+
addressable (~> 2.3)
69+
net-dns (~> 0.8)
70+
octokit (~> 4.0)
71+
public_suffix (~> 2.0)
72+
typhoeus (~> 0.7)
73+
html-pipeline (2.7.1)
74+
activesupport (>= 2)
75+
nokogiri (>= 1.4)
76+
i18n (0.9.1)
77+
concurrent-ruby (~> 1.0)
78+
jekyll (3.6.2)
79+
addressable (~> 2.4)
80+
colorator (~> 1.0)
81+
jekyll-sass-converter (~> 1.0)
82+
jekyll-watch (~> 1.1)
83+
kramdown (~> 1.14)
84+
liquid (~> 4.0)
85+
mercenary (~> 0.3.3)
86+
pathutil (~> 0.9)
87+
rouge (>= 1.7, < 3)
88+
safe_yaml (~> 1.0)
89+
jekyll-avatar (0.5.0)
90+
jekyll (~> 3.0)
91+
jekyll-coffeescript (1.0.2)
92+
coffee-script (~> 2.2)
93+
coffee-script-source (~> 1.11.1)
94+
jekyll-default-layout (0.1.4)
95+
jekyll (~> 3.0)
96+
jekyll-feed (0.9.2)
97+
jekyll (~> 3.3)
98+
jekyll-gist (1.4.1)
99+
octokit (~> 4.2)
100+
jekyll-github-metadata (2.9.3)
101+
jekyll (~> 3.1)
102+
octokit (~> 4.0, != 4.4.0)
103+
jekyll-mentions (1.2.0)
104+
activesupport (~> 4.0)
105+
html-pipeline (~> 2.3)
106+
jekyll (~> 3.0)
107+
jekyll-optional-front-matter (0.2.0)
108+
jekyll (~> 3.0)
109+
jekyll-paginate (1.1.0)
110+
jekyll-readme-index (0.1.0)
111+
jekyll (~> 3.0)
112+
jekyll-redirect-from (0.12.1)
113+
jekyll (~> 3.3)
114+
jekyll-relative-links (0.5.1)
115+
jekyll (~> 3.3)
116+
jekyll-sass-converter (1.5.0)
117+
sass (~> 3.4)
118+
jekyll-seo-tag (2.3.0)
119+
jekyll (~> 3.3)
120+
jekyll-sitemap (1.1.1)
121+
jekyll (~> 3.3)
122+
jekyll-swiss (0.4.0)
123+
jekyll-theme-architect (0.1.0)
124+
jekyll (~> 3.5)
125+
jekyll-seo-tag (~> 2.0)
126+
jekyll-theme-cayman (0.1.0)
127+
jekyll (~> 3.5)
128+
jekyll-seo-tag (~> 2.0)
129+
jekyll-theme-dinky (0.1.0)
130+
jekyll (~> 3.5)
131+
jekyll-seo-tag (~> 2.0)
132+
jekyll-theme-hacker (0.1.0)
133+
jekyll (~> 3.5)
134+
jekyll-seo-tag (~> 2.0)
135+
jekyll-theme-leap-day (0.1.0)
136+
jekyll (~> 3.5)
137+
jekyll-seo-tag (~> 2.0)
138+
jekyll-theme-merlot (0.1.0)
139+
jekyll (~> 3.5)
140+
jekyll-seo-tag (~> 2.0)
141+
jekyll-theme-midnight (0.1.0)
142+
jekyll (~> 3.5)
143+
jekyll-seo-tag (~> 2.0)
144+
jekyll-theme-minimal (0.1.0)
145+
jekyll (~> 3.5)
146+
jekyll-seo-tag (~> 2.0)
147+
jekyll-theme-modernist (0.1.0)
148+
jekyll (~> 3.5)
149+
jekyll-seo-tag (~> 2.0)
150+
jekyll-theme-primer (0.5.2)
151+
jekyll (~> 3.5)
152+
jekyll-github-metadata (~> 2.9)
153+
jekyll-seo-tag (~> 2.2)
154+
jekyll-theme-slate (0.1.0)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-tactile (0.1.0)
158+
jekyll (~> 3.5)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-time-machine (0.1.0)
161+
jekyll (~> 3.5)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-titles-from-headings (0.4.0)
164+
jekyll (~> 3.3)
165+
jekyll-watch (1.5.0)
166+
listen (~> 3.0, < 3.1)
167+
jemoji (0.8.1)
168+
activesupport (~> 4.0, >= 4.2.9)
169+
gemoji (~> 3.0)
170+
html-pipeline (~> 2.2)
171+
jekyll (>= 3.0)
172+
kramdown (1.14.0)
173+
liquid (4.0.0)
174+
listen (3.0.6)
175+
rb-fsevent (>= 0.9.3)
176+
rb-inotify (>= 0.9.7)
177+
mercenary (0.3.6)
178+
mini_portile2 (2.3.0)
179+
minima (2.1.1)
180+
jekyll (~> 3.3)
181+
minitest (5.10.3)
182+
multipart-post (2.0.0)
183+
net-dns (0.8.0)
184+
nokogiri (1.8.1)
185+
mini_portile2 (~> 2.3.0)
186+
octokit (4.7.0)
187+
sawyer (~> 0.8.0, >= 0.5.3)
188+
pathutil (0.16.0)
189+
forwardable-extended (~> 2.6)
190+
public_suffix (2.0.5)
191+
rb-fsevent (0.10.2)
192+
rb-inotify (0.9.10)
193+
ffi (>= 0.5.0, < 2)
194+
rouge (2.2.1)
195+
safe_yaml (1.0.4)
196+
sass (3.5.3)
197+
sass-listen (~> 4.0.0)
198+
sass-listen (4.0.0)
199+
rb-fsevent (~> 0.9, >= 0.9.4)
200+
rb-inotify (~> 0.9, >= 0.9.7)
201+
sawyer (0.8.1)
202+
addressable (>= 2.3.5, < 2.6)
203+
faraday (~> 0.8, < 1.0)
204+
terminal-table (1.8.0)
205+
unicode-display_width (~> 1.1, >= 1.1.1)
206+
thread_safe (0.3.6)
207+
typhoeus (0.8.0)
208+
ethon (>= 0.8.0)
209+
tzinfo (1.2.4)
210+
thread_safe (~> 0.1)
211+
unicode-display_width (1.3.0)
212+
213+
PLATFORMS
214+
ruby
215+
216+
DEPENDENCIES
217+
github-pages
218+
219+
BUNDLED WITH
220+
1.15.4

0 commit comments

Comments
 (0)