site.yaml 801 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # background image of the landing page
  2. background: "images/background.jpg"
  3. # some information about you
  4. author:
  5. name: "Jane Doe"
  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. # a summary of what you do
  12. summary:
  13. - I am a Developer
  14. - I work with Go
  15. - I love to work with some fun projects
  16. # Menus of the home page
  17. menus:
  18. - name: Home
  19. url: "#home"
  20. weight: 1
  21. - name: About
  22. url: "#about"
  23. weight: 2
  24. - name: Skills
  25. url: "#skills"
  26. weight: 3
  27. - name: Experiences
  28. url: "#experiences"
  29. weight: 4
  30. - name: Projects
  31. url: "#projects"
  32. weight: 5
  33. - name: Recent Posts
  34. url: "#recent-posts"
  35. weight: 6
  36. - name: Achievements
  37. url: "#achievements"
  38. weight: 7