Skip to content

Commit 3ad0447

Browse files
authored
Merge pull request #50 from sproogen/release/1.6
Release 1.6
2 parents 6caff77 + b85e6ea commit 3ad0447

26 files changed

+522
-81
lines changed

Diff for: .dockerignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
node_modules
2+
npm-debug.log
3+
Dockerfile*
4+
docker-compose*
5+
.dockerignore
6+
.git
7+
.gitignore
8+
.env
9+
*/bin
10+
*/obj
11+
README.md
12+
LICENSE
13+
.vscode

Diff for: .gitignore

-1
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

Diff for: Gemfile.lock

+275
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,275 @@
1+
PATH
2+
remote: .
3+
specs:
4+
modern-resume-theme (1.6.0)
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.1.4)
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.12.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.10.0)
40+
ffi (1.10.0-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.10.2)
98+
activesupport (>= 4.2, < 6.0)
99+
addressable (~> 2.3)
100+
colorize (~> 0.8)
101+
mercenary (~> 0.3.2)
102+
nokogiri (~> 1.9)
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.4.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.10.1)
230+
mini_portile2 (~> 2.4.0)
231+
nokogiri (1.10.1-x64-mingw32)
232+
mini_portile2 (~> 2.4.0)
233+
octokit (4.13.0)
234+
sawyer (~> 0.8.0, >= 0.5.3)
235+
parallel (1.13.0)
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.1)
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+
html-proofer (~> 3.9)
272+
modern-resume-theme!
273+
274+
BUNDLED WITH
275+
1.15.2

Diff for: Procfile

+1
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

Diff for: README.md

+20-7
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
*I always enjoy seeing how people are using my creations and if you would like to say thanks feel free to [buy me a coffee (buymeacoffee.com/vJ6HfLu)](https://buymeacoff.ee/vJ6HfLu).*
1313

14-
[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/vJ6HfLu)
15-
1614
*If you would like to see how I am using this then you can view my resume [here (jameswgrant.co.uk)](http://www.jameswgrant.co.uk/) and find the code [here (sproogen/jameswgrant)](https://github.com/sproogen/jameswgrant), hopefully this might help you.*
1715

1816
You can view the project [roadmap here](https://github.com/sproogen/modern-resume-theme/projects/1).
@@ -52,7 +50,8 @@ A full example of the _config.yml can be found [here](https://github.com/sprooge
5250
##### _data/education.yml
5351
A list of all your education, each education will follow this format
5452
```
55-
- name: Institution name
53+
- layout: left (options: left, right, top, top-right, top-middle)
54+
name: Institution name
5655
dates: Date Range (eg. 2016 - 2019)
5756
qualification: Qualifications (eg. BA Performing Arts)
5857
quote: >
@@ -64,7 +63,8 @@ A list of all your education, each education will follow this format
6463
##### _data/experience.yml
6564
A list of all your experience, each experience will follow this format
6665
```
67-
- company: Company name
66+
- layout: left (options: left, right, top, top-right, top-middle)
67+
company: Company name
6868
link: Link to company (eg. https://google.com)(optional)
6969
job_title: Job title
7070
dates: Date Range (eg. November 2016 - present)
@@ -74,9 +74,10 @@ A list of all your experience, each experience will follow this format
7474
Description of role
7575
```
7676

77-
If you wish to specify multiple titles for a single company, use this format
77+
If you wish to specify multiple job titles for a single company, use this format
7878
```
79-
- company: Company name
79+
- layout: left (options: left, right, top, top-right, top-middle)
80+
company: Company name
8081
link: Link to company (optional)
8182
jobs:
8283
- title: Job title 1
@@ -92,7 +93,8 @@ If you wish to specify multiple titles for a single company, use this format
9293
##### _data/projects.yml
9394
A list of all your projects, each project will follow this format
9495
```
95-
- name: Project name
96+
- layout: left (options: left, right, top, top-right, top-middle)
97+
name: Project name
9698
link: Link to project (eg. https://sproogen.github.io/modern-resume-theme)(optional)
9799
github: Github page for project (eg. sproogen/modern-resume-theme)(optional)
98100
quote: >
@@ -101,6 +103,9 @@ A list of all your projects, each project will follow this format
101103
Description about the work on/with the project
102104
```
103105

106+
##### assets/main.scss
107+
Add any css changes or additions you want to make here after the line `@import 'modern-resume-theme';`
108+
104109
## Running locally
105110

106111
Before you start make sure you have *Ruby* and the gems for *Jekyll* installed locally. You can find out how to do that [here](https://jekyllrb.com/docs/installation/).
@@ -122,8 +127,12 @@ This project is intended to be a safe, welcoming space for collaboration, and co
122127

123128
## Development
124129

130+
### Locally
131+
125132
Before you start make sure you have *Ruby* and the gems for *Jekyll* installed locally. You can find out how to do that [here](https://jekyllrb.com/docs/installation/).
126133

134+
*Note: You will need version `1.15.2` of bundler, as this is the only version that Heroku supports.*
135+
127136
1. Fork and or clone this repository locally
128137
2. `cd modern-resume-theme`
129138
3. `bundle install`
@@ -134,6 +143,10 @@ Any changes you make will automatically build and you will be able to see these
134143

135144
*Note: You will need to re-run `bundle exec jekyll serve` to see changes made in `_config.yml`.*
136145

146+
### Docker
147+
148+
If you have docker installed you can simply run `docker-compose up` to launch the site in a container, it will then be hosted at `http://localhost:4000`
149+
137150
## License
138151

139152
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)