| 123456789101112131415161718 | # some information about youname: "Jane Doe"nickname: "Jane"# greeting message before your name. it will default to "Hi! I am" if not providedgreeting: "Hi, I am"image: "images/avatar.png"# give your some contact information. they will be used in the footercontactInfo:  email: "janedoe@example.com"  phone: "+0123456789"# some summary about what you dosummary:  - I am a Developer  - I am a Devops  - I love servers  - I work on open-source projects  - I love to work with some fun projects
 |