author.yaml 509 B

123456789101112131415161718
  1. # some information about you
  2. name: "Jane Doe"
  3. nickname: "Jane"
  4. # greeting message before your name. it will default to "Hi! I am" if not provided
  5. greeting: "Hi, I am"
  6. image: "images/avatar.png"
  7. # give your some contact information. they will be used in the footer
  8. contactInfo:
  9. email: "janedoe@example.com"
  10. phone: "+0123456789"
  11. # some summary about what you do
  12. summary:
  13. - I am a Developer
  14. - I am a Devops
  15. - I love servers
  16. - I work on open-source projects
  17. - I love to work with some fun projects