_config.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. # Style will be applied only after restarting the build or serve. Just choose one of the options.
  7. theme_skin: # blue turquoise green berry orange ceramic
  8. # Profile information
  9. name: Alan Doe
  10. tagline: Full Stack Developer
  11. pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
  12. summary: 'Summarise your career here lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  13. You can <a href="#" target="_blank">download this free resume/CV template here</a>. Aenean
  14. commodo ligula eget dolor aenean massa. Cum sociis natoque penatibus et magnis dis parturient
  15. montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu.'
  16. # Sidebar links
  17. email: hello@webjeda.com
  18. phone: 012 345 6789
  19. website: blog.webjeda.com #do not add http://
  20. linkedin: alandoe
  21. github: sharu725
  22. twitter: '@webjeda'
  23. #Update all the sections by editing the files inside _data folder.
  24. # uncomment the next line, if you want the education section displayed in main instead of the sidebar
  25. #education_in_main: True
  26. # Tracker
  27. analytics: UA-83979019-1
  28. # Sass/SCSS
  29. sass:
  30. sass_dir: _sass
  31. style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
  32. # Build settings
  33. encoding: "utf-8"
  34. compress_html: # - http://jch.penibelst.de/
  35. clippings: all
  36. ignore:
  37. envs: development
  38. # Development Settings
  39. port: 4000
  40. host: 0.0.0.0
  41. safe: false