|
1 | 1 | # 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) |
6 | 6 |
|
7 | 7 | # favicon: images/favicon.ico
|
8 | 8 |
|
9 | 9 | # Social links
|
10 | 10 | twitter_username: jekyllrb
|
11 | 11 | 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 |
15 | 15 | instagram_username: jekyll
|
16 | 16 | linkedin_username: jekyll
|
17 |
| -# pinterest_username: jekyll |
| 17 | +pinterest_username: jekyll |
18 | 18 | youtube_username: jekyll
|
19 |
| -# googleplus_username: +jekyll |
| 19 | +googleplus_username: +jekyll |
20 | 20 |
|
21 | 21 | # 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) |
24 | 24 | about_content: > # this means to ignore newlines until the next config item.
|
25 | 25 | 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>.
|
26 | 26 | <br>
|
27 | 27 | <br>
|
28 | 28 | You can even add break lines and anything else markdown supports.
|
29 | 29 |
|
30 | 30 | # Projects Section
|
31 |
| -# projects_title: Projects |
| 31 | +# projects_title: Projects #(Use this to override about projects section title) |
32 | 32 |
|
33 | 33 | # Experience Section
|
34 |
| -# experience_title: Experience |
| 34 | +# experience_title: Experience #(Use this to override about experience section title) |
35 | 35 |
|
36 | 36 | # Education Section
|
37 |
| -# educaton_title: Education |
| 37 | +# educaton_title: Education #(Use this to override about education section title) |
38 | 38 |
|
39 | 39 | # 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) |
41 | 41 | more_content: > # this means to ignore newlines until the next config item.
|
42 | 42 | 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**
|
43 | 43 | and write a bit more about things that make you more desirable, like *leadership* or *teamwork*
|
|
0 commit comments