_config.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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"
  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 full-stack software developer with a background in high-performance computing and molecular dynamics.
  23. I excel at breaking complex problems into simple, solvable solutions. In my free time I enjoy contributing
  24. to a variety of open source projects within the Linux ecosystem.</p>
  25. # use "yes" to display the email contact button,
  26. # "no" to display an "I'm not looking for work" message,
  27. # or remove the resume_looking_for_work option entirely
  28. # to leave blank
  29. resume_looking_for_work: "yes"
  30. # Decide which sections to use
  31. # comment out to hide
  32. resume_section_links: true
  33. resume_section_education: true
  34. resume_section_experience: true
  35. resume_section_publications: true
  36. resume_section_presentations: true
  37. resume_section_abstracts_posters: true
  38. resume_section_training: true
  39. resume_section_grants: true
  40. resume_section_skills: true
  41. resume_section_interests: true
  42. # Resume social links
  43. # uncomment the options you wish to display, and add your own URL
  44. resume_social_links:
  45. resume_github_url: "https://git.bryanroessler.com"
  46. #resume_twitter_url: "http://twitter.com/jglovier"
  47. #resume_dribbble_url: "https://dribbble.com/jag"
  48. # resume_facebook_url: "insert Facebook URL here"
  49. resume_linkedin_url: "https://www.linkedin.com/in/bryan-roessler-phd-47535a60"
  50. # resume_instagram_url: "insert your Instagram URL here"
  51. resume_website_url: "https://cv.bryanroessler.com"
  52. #resume_medium_url: "https://medium.com/@jglovier"
  53. resume_print_social_links: false
  54. # Design settings
  55. resume_theme: default
  56. # Note: when editing locally, remember to restart
  57. # your Jekyll server when you edit this file. Changes
  58. # to _config.yml are only recognized when the server starts