_config.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Site Settings
  2. title: My Resume
  3. url: 'http://webjeda.com'
  4. baseurl: '/online-cv' #change it according to your repository name
  5. about: True # set to False or comment line if you want to remove the "How to use?" in the sidebar
  6. # Enable one of these styles by removing #. Style will be applied only after restarting the build or serve.
  7. #style: styles-2
  8. #style: styles-3
  9. #style: styles-4
  10. #style: styles-5
  11. #style: styles-6
  12. #Profile information
  13. name: Alan Doe
  14. tagline: Full Stack Developer
  15. pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
  16. summary: 'Summarise your career here lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  17. You can <a href="#" target="_blank">download this free resume/CV template here</a>. Aenean
  18. commodo ligula eget dolor aenean massa. Cum sociis natoque penatibus et magnis dis parturient
  19. montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu.'
  20. #sidebar links
  21. email: hello@webjeda.com
  22. phone: 012 345 6789
  23. website: blog.webjeda.com #do not add http://
  24. linkedin: alandoe
  25. github: sharu725
  26. twitter: '@webjeda'
  27. #Update all the sections by editing the files inside _data folder.
  28. # uncomment the next line, if you want the education section displayed in main instead of the sidebar
  29. #education_in_main: True
  30. # Tracker
  31. analytics: UA-83979019-1
  32. # Build settings
  33. encoding: "utf-8"
  34. compress_html: # - http://jch.penibelst.de/
  35. clippings: all
  36. ignore:
  37. envs: development