about.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # section information
  2. section:
  3. name: About
  4. enable: true
  5. weight: 1
  6. showOnNavbar: true
  7. template: sections/about.html
  8. # your designation
  9. designation: Software Engineer
  10. # your company information
  11. company:
  12. name: Example Co.
  13. url: "https://www.example.com"
  14. # your resume. this file path should be relative to you "static" directory
  15. resume: "files/resume.pdf"
  16. # a summary about you
  17. summary: 'I am a passionate software engineer with x years of working experience. I built OSS tools for [Kubernetes](https://kubernetes.io/) using GO. My tools help people to deploy their workloads in Kubernetes. Sometimes, I work on some fun projects such as writing a theme, etc.'
  18. # your social links
  19. # give as many as you want. use font-awesome for the icons.
  20. socialLinks:
  21. - name: Email
  22. icon: "fas fa-envelope"
  23. url: "example@gmail.com"
  24. - name: Github
  25. icon: "fab fa-github"
  26. url: "https://www.github.com/example"
  27. - name: Stackoverflow
  28. icon: "fab fa-stack-overflow"
  29. url: "#"
  30. - name: LinkedIn
  31. icon: "fab fa-linkedin"
  32. url: "#"
  33. - name: Twitter
  34. icon: "fab fa-twitter"
  35. url: "#"
  36. - name: Facebook
  37. icon: "fab fa-facebook"
  38. url: "#"
  39. # your soft skills
  40. # give the percentage between 50 to 100 with 5 intervals.
  41. # currently supported colors: blue, yellow, pink, green, sky, orange
  42. softSkills:
  43. - name: Leadership
  44. percentage: 85
  45. color: blue
  46. - name: Team Work
  47. percentage: 90
  48. color: yellow
  49. - name: Communication
  50. percentage: 85
  51. color: pink
  52. - name: Hard Working
  53. percentage: 85
  54. color: green
  55. - name: Fast Learner
  56. percentage: 85
  57. color: sky
  58. - name: Problem Solving
  59. percentage: 85
  60. color: orange
  61. # you can also provide color code instead of pre-defined color name
  62. # - name: Example 1
  63. # percentage: 75
  64. # color: "#00adb5"
  65. # - name: Example 2
  66. # percentage: 65
  67. # color: "#8b8383"