Skip to content

Commit b428bb1

Browse files
committed
Added Procfile
1 parent 82a7c07 commit b428bb1

File tree

3 files changed

+277
-1
lines changed

3 files changed

+277
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
.bundle
33
.sass-cache
44
_site
5-
Gemfile.lock
65
*.code-workspace
76
vendor

Gemfile.lock

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

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: bundle exec jekyll serve --no-watch --port $PORT --host 0.0.0.0

0 commit comments

Comments
 (0)