forked from jglovier/resume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (46 loc) · 1.77 KB
/
_config.yml
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
# Site settings
title: "Skyler Atchison Resume"
description: "Skyler Atchison's Software Engineering resume and portfolio."
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# Resume settings
resume_avatar: "true"
resume_name: "Skyler Atchison"
resume_title: "Emerging Software Engineer"
# used for the contact button in _layouts/resume.html
resume_contact_email: "skyler.atchison1@gmail.com"
# the next two items are used for schema itemprops in _layouts/resume.html
resume_header_contact_info: "skyler.atchison1@gmail.com"
display_header_contact_info: "false"
resume_header_intro: >
<p>Graduate of computer science with practical experience in frontend and backend development.
Looking for a role where I can learn from experienced team members while
putting my software development expertise to use for meaningful projects.</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: true
resume_section_skills: true
# resume_section_recognition: true
# resume_section_links: true
# resume_section_associations: true
# resume_section_interests: true
# Resume social links
resume_social_links:
resume_github_url: "https://github.com/skylermime"
resume_linkedin_url: "https://www.linkedin.com/in/skyler-atchison-788b251b0"
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