forked from jglovier/resume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
67 lines (55 loc) · 2.44 KB
/
_config.yml
File metadata and controls
67 lines (55 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Site settings
title: "Anuj Rajput iOS Developer"
description: "Anuj Rajput's resume"
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# gems:
# - jekyll-pdf
# Resume settings
resume_avatar: "true"
resume_name: "Anuj Rajput"
resume_title: "Mobile/iOS Engineer"
# used for the contact button in _layouts/resume.html
resume_contact_email: "anujrajput04@gmail.com"
# the next two items are used for schema itemprops in _layouts/resume.html
resume_contact_telephone: ""
resume_contact_address: "Bengaluru, India"
resume_header_contact_info: "Bengauru, India • anujrajput04 [at] gmail [dot] com"
display_header_contact_info: "true"
resume_header_intro: "<p>I'm a generalist iOS Engineer. I like to build apps on the iOS Platform which are high performing and super easy to use. I like to build on new and upcoming technologies and open to any domain.</p>"
# use "yes" to display the email contact button,
# "no" to display an "I'm not looking for work" message,
# or remove the resume_looking_for_work option entirely
# to leave blank
resume_looking_for_work: "yes"
# Decide which sections to use
# comment out to hide
resume_section_experience: true
resume_section_education: true
resume_section_projects: false
resume_section_skills: true
resume_section_recognition: false
resume_section_links: false
resume_section_associations: false
resume_section_interests: true
# Resume social links
# uncomment the options you wish to display, and add your own URL
resume_social_links:
resume_github_url: "https://github.com/anuj-rajput"
resume_twitter_url: "https://twitter.com/anujrajput"
# resume_dribbble_url: "https://dribbble.com/jag"
# resume_facebook_url: "insert Facebook URL here"
resume_linkedin_url: "https://www.linkedin.com/in/anujrajput"
# resume_instagram_url: "insert your Instagram URL here"
# resume_website_url: "http://anujrajput.com"
# resume_medium_url: "https://medium.com/@anujrajput"
resume_angel_url: "https://angel.co/anujrajput"
resume_print_social_links: true
# Design settings
resume_theme: default
# Note: when editing locally, remember to restart
# your Jekyll server when you edit this file. Changes
# to _config.yml are only recognized when the server starts