_config.yml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Site settings
  2. title: "Bryan Roessler's CV"
  3. #description: "A resume template for Jekyll and GitHub Pages sites."
  4. # Build settings
  5. markdown: kramdown
  6. sass:
  7. load_paths:
  8. - _sass
  9. style: compressed
  10. # Resume settings
  11. resume_avatar: "true"
  12. resume_name: "Bryan C. Roessler"
  13. resume_title: "Research Assistant"
  14. # used for the contact button in _layouts/resume.html
  15. resume_contact_email: "bryanroessler@gmail.com"
  16. # the next two items are used for schema itemprops in _layouts/resume.html
  17. #resume_contact_telephone: "555-7334"
  18. resume_contact_address: "St. Petersburg, FL"
  19. resume_header_contact_info: "St. Petersburg, FL • bryanroessler@gmail.com"
  20. display_header_contact_info: "true"
  21. resume_header_intro: >
  22. <p>I am a computational biologist specializing in molecular
  23. dynamics that is currently seeking a creative and impactful
  24. position in the academic, pharmaceutical, or biotechnology
  25. sectors.</p>
  26. # use "yes" to display the email contact button,
  27. # "no" to display an "I'm not looking for work" message,
  28. # or remove the resume_looking_for_work option entirely
  29. # to leave blank
  30. resume_looking_for_work: "yes"
  31. # Decide which sections to use
  32. # comment out to hide
  33. resume_section_links: true
  34. resume_section_education: true
  35. resume_section_experience: true
  36. resume_section_publications: true
  37. resume_section_presentations: true
  38. resume_section_abstracts_posters: true
  39. resume_section_training: true
  40. resume_section_grants: true
  41. resume_section_skills: true
  42. resume_section_interests: true
  43. # Resume social links
  44. # uncomment the options you wish to display, and add your own URL
  45. resume_social_links:
  46. resume_github_url: "https://git.bryanroessler.com"
  47. #resume_twitter_url: "http://twitter.com/jglovier"
  48. #resume_dribbble_url: "https://dribbble.com/jag"
  49. # resume_facebook_url: "insert Facebook URL here"
  50. resume_linkedin_url: "https://www.linkedin.com/in/bryan-roessler-phd-47535a60"
  51. # resume_instagram_url: "insert your Instagram URL here"
  52. resume_website_url: "https://cv.bryanroessler.com"
  53. #resume_medium_url: "https://medium.com/@jglovier"
  54. resume_print_social_links: false
  55. # Design settings
  56. resume_theme: default
  57. # Note: when editing locally, remember to restart
  58. # your Jekyll server when you edit this file. Changes
  59. # to _config.yml are only recognized when the server starts