| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 | # section informationsection:  name: About  id: about  enable: true  weight: 1  showOnNavbar: true  template: sections/about.html# your designationdesignation: Software Engineer# your company informationcompany:  name: Example Co.  url: "https://www.example.com"# your resume. this file path should be relative to you "static" directoryresume: "files/resume.pdf"# a summary about yousummary: '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.'# your social links# give as many as you want. use font-awesome for the icons.socialLinks:- name: Email  icon: "fas fa-envelope"  url: "example@gmail.com"- name: Github  icon: "fab fa-github"  url: "https://www.github.com/example"- name: Stackoverflow  icon: "fab fa-stack-overflow"  url: "#"- name: LinkedIn  icon: "fab fa-linkedin"  url: "#"- name: Twitter  icon: "fab fa-twitter"  url: "#"- name: Facebook  icon: "fab fa-facebook"  url: "#"# your soft skills# give the percentage between 50 to 100 with 5 intervals.# currently supported colors: blue, yellow, pink, green, sky, orangesoftSkills:- name: Leadership  percentage: 85  color: blue- name: Team Work  percentage: 90  color: yellow- name: Communication  percentage: 85  color: pink- name: Hard Working  percentage: 85  color: green- name: Fast Learner  percentage: 85  color: sky- name: Problem Solving  percentage: 85  color: orange# you can also provide color code instead of pre-defined color name# - name: Example 1#   percentage: 75#   color: "#00adb5"# - name: Example 2#   percentage: 65#   color: "#8b8383"
 |