about.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # section information
  2. section:
  3. name: 简介
  4. id: about
  5. enable: true
  6. weight: 1
  7. showOnNavbar: true
  8. template: sections/about.html
  9. # your designation
  10. designation: 软件工程师
  11. # your company information
  12. company:
  13. name: 某某公司.
  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: "我是一个软件工程师,就职于某某公司,巴拉巴拉."
  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: PGP key
  29. icon: "fab fa-keybase"
  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. - name: Steam
  41. icon: "fab fa-steam"
  42. url: "#"
  43. # your soft skills
  44. # give the percentage between 50 to 100 with 5 intervals.
  45. # currently supported colors: blue, yellow, pink, green, sky, orange
  46. softSkills:
  47. - name: 领导能力
  48. percentage: 90
  49. color: blue
  50. - name: 团队合作
  51. percentage: 90
  52. color: yellow
  53. - name: 沟通能力
  54. percentage: 85
  55. color: pink
  56. - name: 辛勤刻苦
  57. percentage: 85
  58. color: green
  59. - name: 接受能力
  60. percentage: 85
  61. color: sky
  62. - name: 攻坚能力
  63. percentage: 85
  64. color: orange
  65. # you can also provide color code instead of pre-defined color name
  66. # - name: Example 1
  67. # percentage: 75
  68. # color: "#00adb5"
  69. # - name: Example 2
  70. # percentage: 65
  71. # color: "#8b8383"