Initial commit and post-hook testing
This commit is contained in:
67
cv.bryanroessler.com/_config.yml
Normal file
67
cv.bryanroessler.com/_config.yml
Normal file
@@ -0,0 +1,67 @@
|
||||
# Site settings
|
||||
title: "Bryan Roessler's CV"
|
||||
#description: "A resume template for Jekyll and GitHub Pages sites."
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
sass:
|
||||
load_paths:
|
||||
- _sass
|
||||
- _vendor/bundle/ruby/2.5.0/gems/font-awesome-sass-5.0.13/assets/stylesheets
|
||||
style: compressed
|
||||
|
||||
# Resume settings
|
||||
resume_avatar: "true"
|
||||
resume_name: "Bryan C. Roessler"
|
||||
resume_title: "Research Assistant"
|
||||
|
||||
# used for the contact button in _layouts/resume.html
|
||||
resume_contact_email: "bryanroessler@gmail.com"
|
||||
|
||||
# the next two items are used for schema itemprops in _layouts/resume.html
|
||||
#resume_contact_telephone: "555-7334"
|
||||
resume_contact_address: "St. Petersburg, FL"
|
||||
|
||||
resume_header_contact_info: "St. Petersburg, FL • bryanroessler@gmail.com"
|
||||
display_header_contact_info: "true"
|
||||
|
||||
resume_header_intro: "<p>I am a computational biologist specializing in molecular dynamics that is currently seeking a creative and impactful position in the academic, pharmaceutical, or biotechnology sectors.</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_links: true
|
||||
resume_section_education: true
|
||||
resume_section_experience: true
|
||||
resume_section_publications: true
|
||||
resume_section_presentations: true
|
||||
resume_section_abstracts_posters: true
|
||||
resume_section_training: true
|
||||
resume_section_grants: true
|
||||
resume_section_skills: 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://git.bryanroessler.com"
|
||||
#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/bryan-roessler-phd-47535a60"
|
||||
# resume_instagram_url: "insert your Instagram URL here"
|
||||
resume_website_url: "https://cv.bryanroessler.com"
|
||||
#resume_medium_url: "https://medium.com/@jglovier"
|
||||
resume_print_social_links: false
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user