| 12345678910111213141516171819202122232425262728293031323334353637383940 | # background image of the landing pagebackground: "images/background.jpg"# some information about youauthor:  name: "Jane Doe"  image: "images/avatar.png"  # give your some contact information. they will be used in the footer  contactInfo:    email: "janedoe@example.com"    phone: "+0123456789"  # a summary of what you do  summary:  - I am a Developer  - I work with Go  - I love to work with some fun projects# Menus of the home pagemenus:- name: Home  url: "#home"  weight: 1- name: About  url: "#about"  weight: 2- name: Skills  url: "#skills"  weight: 3- name: Experiences  url: "#experiences"  weight: 4- name: Projects  url: "#projects"  weight: 5- name: Recent Posts  url: "#recent-posts"  weight: 6- name: Achievements  url: "#achievements"  weight: 7
 |