forked from jglovier/resume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (49 loc) · 2.25 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
57
58
59
60
# Site settings
title: "Sungwon Cho"
description: "A Simple Resume of Sungwon Cho"
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# Resume settings
resume_avatar: "true"
resume_name: "Sungwon Cho"
resume_nickname: "Sam Jo; 뀨냥이"
resume_title: "Site Reliability Engineer"
# used for the contact button in _layouts/resume.html
resume_contact_email: "[email protected]"
# the next two items are used for schema itemprops in _layouts/resume.html
resume_contact_telephone: "+1-xxx-xxx-xxxx"
resume_contact_address: "742 Evergreen Terrace, Springfield"
resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • [email protected]"
display_header_contact_info: "false"
resume_header_intro: "<p>Hello World! I am a site reliability engineer working at Match Group. I had my first chance to learn how to code a program when I was 12. Ever since then, I am in love with it! I enjoy learning new techs and solving new problems!</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: ""
# Decide which sections to use
# comment out to hide
resume_section_experience: true
resume_section_projects: false
resume_section_skills: true
resume_section_research: false
resume_section_recognition: false
resume_section_education: true
resume_section_associations: false
resume_section_links: false
# Resume social links
# uncomment the options you wish to display, and add your own URL
resume_social_links:
resume_github_url: "https://github.com/samjo-nyang"
resume_facebook_url: "https://fb.com/sambradjo"
resume_twitter_url: "https://twitter.com/samjo_nyang"
resume_linkedin_url: "https://linkedin.com/in/sambradjo"
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