_config.yml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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: "Software developer and biologist"
  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 by training and a programmer by trade. I try to identify important problems and write software to solve them. I am seeking a part or full-time telework opportunities in bioinformatics, molecular dynamics, cloud admin, linux sysadmin, or software development.</p>
  23. # use "yes" to display the email contact button,
  24. # "no" to display an "I'm not looking for work" message,
  25. # or remove the resume_looking_for_work option entirely
  26. # to leave blank
  27. resume_looking_for_work: "yes"
  28. # Decide which sections to use
  29. # comment out to hide
  30. resume_section_links: true
  31. resume_section_education: true
  32. resume_section_experience: true
  33. resume_section_publications: true
  34. resume_section_presentations: true
  35. resume_section_abstracts_posters: true
  36. resume_section_training: true
  37. resume_section_grants: true
  38. resume_section_skills: true
  39. resume_section_interests: true
  40. # Resume social links
  41. # uncomment the options you wish to display, and add your own URL
  42. resume_social_links:
  43. resume_github_url: "https://git.bryanroessler.com"
  44. #resume_twitter_url: "http://twitter.com/jglovier"
  45. #resume_dribbble_url: "https://dribbble.com/jag"
  46. # resume_facebook_url: "insert Facebook URL here"
  47. resume_linkedin_url: "https://www.linkedin.com/in/bryan-roessler-phd-47535a60"
  48. # resume_instagram_url: "insert your Instagram URL here"
  49. resume_website_url: "https://cv.bryanroessler.com"
  50. #resume_medium_url: "https://medium.com/@jglovier"
  51. resume_print_social_links: false
  52. # Design settings
  53. resume_theme: default
  54. # Note: when editing locally, remember to restart
  55. # your Jekyll server when you edit this file. Changes
  56. # to _config.yml are only recognized when the server starts