Skip to content

Commit ad25a31

Browse files
committed
Updates for examples
1 parent 7950f85 commit ad25a31

File tree

7 files changed

+35
-46
lines changed

7 files changed

+35
-46
lines changed

Gemfile

-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
source "https://rubygems.org"
22
gemspec
3-
4-
gem "github-pages", group: :jekyll_plugins
5-
6-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
7-
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
8-
9-
# Performance-booster for watching directories on Windows
10-
gem "wdm", "~> 0.1.0" if Gem.win_platform?

_config.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
# Personal info
2-
name: Brett Harris
3-
title: Senior Network System Administrator
4-
email: brett.h@email.co.uk
5-
website: www.github.com/sproogen/resume-theme
2+
name: Your Name
3+
title: Your job title
4+
email: Your email (optional)
5+
website: Your website (optional)
66

77
# favicon: images/favicon.ico
88

99
# Social links
1010
twitter_username: jekyllrb
1111
github_username: jekyll
12-
# dribbble_username: jekyll
13-
# facebook_username: jekyll
14-
# flickr_username: jekyll
12+
dribbble_username: jekyll
13+
facebook_username: jekyll
14+
flickr_username: jekyll
1515
instagram_username: jekyll
1616
linkedin_username: jekyll
17-
# pinterest_username: jekyll
17+
pinterest_username: jekyll
1818
youtube_username: jekyll
19-
# googleplus_username: +jekyll
19+
googleplus_username: +jekyll
2020

2121
# About Section
22-
# about_title: About Me
23-
about_profile_image: images/profile.jpg
22+
# about_title: About Me (Use this to override about section title)
23+
about_profile_image: Directory of profile image (eg. images/profile.jpg)
2424
about_content: > # this means to ignore newlines until the next config item.
2525
Write an awesome description about yourself here, this supports markdown, so you can add [links](http://foobar.com) and highlight things <mark>like this</mark>.
2626
<br>
2727
<br>
2828
You can even add break lines and anything else markdown supports.
2929
3030
# Projects Section
31-
# projects_title: Projects
31+
# projects_title: Projects #(Use this to override about projects section title)
3232

3333
# Experience Section
34-
# experience_title: Experience
34+
# experience_title: Experience #(Use this to override about experience section title)
3535

3636
# Education Section
37-
# educaton_title: Education
37+
# educaton_title: Education #(Use this to override about education section title)
3838

3939
# More Section
40-
# more_title: A Little More About Me
40+
# more_title: A Little More About Me #(Use this to override about more section title)
4141
more_content: > # this means to ignore newlines until the next config item.
4242
This is where you can write a little more about yourself. You could title this section **Interests** and include some of your other interests. Or you could title it **Skills**
4343
and write a bit more about things that make you more desirable, like *leadership* or *teamwork*

_data/education.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
- name: Bristol University
2-
dates: 2010 - 2013
3-
qualification: BSc Computer Science
1+
# Education Template
2+
- name: Institution name
3+
dates: Date Range (eg. 2016 - 2019)
4+
qualification: Qualifications (eg. BA Performing Arts)
45
quote: >
5-
It's a university
6+
Short institution or course description (optional)
67
description: >
7-
I studied here
8+
Description of qualification

_data/experience.yml

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
- company: Google
2-
link: www.google.com
3-
job_title: Senior Network System Administrator
4-
dates: November 2015 - Present
1+
# Experience template
2+
- company: Company name
3+
link: Link to company (optional)
4+
job_title: Job title
5+
dates: Date Range (eg. November 2016 - present)
56
quote: >
6-
It's a sick company
7+
Short description of the company (optional)
78
description: >
8-
I work here
9-
10-
- company: Apple
11-
job_title: Network System Administrator
12-
dates: January 2013 - November 2015
13-
description: >
14-
I worked here
9+
Description of role

_data/projects.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
- name: Its Going To Be
2-
link: www.itsgoingto.be
3-
github: sproogen/itsgoingto.be
1+
# Project template
2+
- name: Project name
3+
link: Link to project (eg. sproogen.github.io/resume-theme)(optional)
4+
github: Github page for project (eg. sproogen/resume-theme)(optional)
45
quote: >
5-
This is a thing
6+
Short overview of the project (optional)
67
description: >
7-
I made this thing
8+
Description about the work on/with the project

images/profile.jpg

-28.9 KB
Binary file not shown.

resume-theme.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "resume-theme"
5-
spec.version = "0.1.0"
5+
spec.version = "0.1.1"
66
spec.authors = ["James Grant"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)