about.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # section information
  2. section:
  3. name: About
  4. id: about
  5. enable: true
  6. weight: 1
  7. showOnNavbar: true
  8. template: sections/about.html
  9. # your designation
  10. designation: Software Engineer
  11. # your company information
  12. company:
  13. name: Example Co.
  14. url: "https://www.example.com"
  15. # your resume. this file path should be relative to you "static" directory
  16. resume: "files/resume.pdf"
  17. # a summary about you
  18. 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.'
  19. # your social links
  20. # give as many as you want. use font-awesome for the icons.
  21. socialLinks:
  22. - name: Email
  23. icon: "fas fa-envelope"
  24. url: "example@gmail.com"
  25. - name: Github
  26. icon: "fab fa-github"
  27. url: "https://www.github.com/example"
  28. - name: Stackoverflow
  29. icon: "fab fa-stack-overflow"
  30. url: "#"
  31. - name: LinkedIn
  32. icon: "fab fa-linkedin"
  33. url: "#"
  34. - name: Twitter
  35. icon: "fab fa-twitter"
  36. url: "#"
  37. - name: Facebook
  38. icon: "fab fa-facebook"
  39. url: "#"
  40. # your soft skills
  41. # give the percentage between 50 to 100 with 5 intervals.
  42. # currently supported colors: blue, yellow, pink, green, sky, orange
  43. softSkills:
  44. - name: Leadership
  45. percentage: 85
  46. color: blue
  47. - name: Team Work
  48. percentage: 90
  49. color: yellow
  50. - name: Communication
  51. percentage: 85
  52. color: pink
  53. - name: Hard Working
  54. percentage: 85
  55. color: green
  56. - name: Fast Learner
  57. percentage: 85
  58. color: sky
  59. - name: Problem Solving
  60. percentage: 85
  61. color: orange
  62. # you can also provide color code instead of pre-defined color name
  63. # - name: Example 1
  64. # percentage: 75
  65. # color: "#00adb5"
  66. # - name: Example 2
  67. # percentage: 65
  68. # color: "#8b8383"