66 lines
2.4 KiB
YAML
66 lines
2.4 KiB
YAML
# Site settings
|
|
title: "Pengzhan.dev"
|
|
description: "Pengzhan Hao's personal biography"
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed
|
|
|
|
# Resume settings
|
|
resume_avatar: "true"
|
|
resume_name: "Pengzhan Hao"
|
|
resume_title: "Software Engineer"
|
|
|
|
# used for the contact button in _layouts/resume.html
|
|
resume_contact_email: "haopengzhan@gmail.com"
|
|
|
|
# the next two items are used for schema itemprops in _layouts/resume.html
|
|
#resume_contact_telephone: "555-7334"
|
|
#resume_contact_address: "742 Evergreen Terrace, Springfield"
|
|
|
|
#resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • lisasimpson@youremailaddress.com"
|
|
#display_header_contact_info: "false"
|
|
|
|
resume_header_intro: "<p>Software engineer on Cloud, research focus on Edge computing and Distributed systems</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: "no"
|
|
|
|
# Decide which sections to use
|
|
# comment out to hide
|
|
resume_section_experience: true
|
|
resume_section_education: true
|
|
resume_section_publications: 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
|
|
# uncomment the options you wish to display, and add your own URL
|
|
resume_social_links:
|
|
resume_github_url: "https://github.com/CoderSherlock"
|
|
#resume_twitter_url: "http://twitter.com/jglovier"
|
|
#resume_dribbble_url: "https://dribbble.com/jag"
|
|
# resume_facebook_url: "insert Facebook URL here"
|
|
resume_linkedin_url: "https://www.linkedin.com/in/pengzhanhao/"
|
|
resume_instagram_url: "https://www.instagram.com/pengzhan.hao/"
|
|
resume_website_url: "http://pengzhan.dev"
|
|
#resume_medium_url: "https://medium.com/@jglovier"
|
|
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
|
|
|
|
exclude: ['README.md', 'LICENSE', 'Dockerfile', 'CNAME', 'Gemfile', 'Gemfile.lock', 'deploy.sh'] |