_config.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # Site settings
  2. title: "Jekyll Resume Template"
  3. description: "A resume template for Jekyll and GitHub Pages sites."
  4. # Build settings
  5. markdown: kramdown
  6. sass:
  7. sass_dir: _sass
  8. style: compressed
  9. # Resume settings
  10. resume_avatar: "true"
  11. resume_name: "Lisa M. Simpson"
  12. resume_title: "VP of Global Communications"
  13. # used for the contact button in _layouts/resume.html
  14. resume_contact_email: "lisasimpson@youremailaddress.com"
  15. # the next two items are used for schema itemprops in _layouts/resume.html
  16. resume_contact_telephone: "555-7334"
  17. resume_contact_address: "742 Evergreen Terrace, Springfield"
  18. resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • lisasimpson@youremailaddress.com"
  19. display_header_contact_info: "false"
  20. resume_header_intro: "<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but keep it brief and concise</p>"
  21. # use "yes" to display the email contact button,
  22. # "no" to display an "I'm not looking for work" message,
  23. # or remove the resume_looking_for_work option entirely
  24. # to leave blank
  25. resume_looking_for_work: "yes"
  26. # Decide which sections to use
  27. # comment out to hide
  28. resume_section_experience: true
  29. resume_section_education: true
  30. resume_section_projects: true
  31. resume_section_skills: true
  32. resume_section_recognition: true
  33. resume_section_links: true
  34. resume_section_associations: true
  35. # resume_section_interests: true
  36. # Resume social links
  37. # uncomment the options you wish to display, and add your own URL
  38. resume_social_links:
  39. resume_github_url: "https://github.com/jglovier/resume-template"
  40. resume_twitter_url: "http://twitter.com/jglovier"
  41. resume_dribbble_url: "https://dribbble.com/jag"
  42. # resume_facebook_url: "insert Facebook URL here"
  43. resume_linkedin_url: "https://www.linkedin.com/in/joelglovier"
  44. # resume_instagram_url: "insert your Instagram URL here"
  45. resume_website_url: "http://joelglovier.com"
  46. resume_medium_url: "https://medium.com/@jglovier"
  47. resume_print_social_links: true
  48. # Design settings
  49. resume_theme: default
  50. # Note: when editing locally, remember to restart
  51. # your Jekyll server when you edit this file. Changes
  52. # to _config.yml are only recognized when the server starts