* Improve theme README * Update exampleSite * Add "Available Translation" section in README
18 lines
514 B
YAML
18 lines
514 B
YAML
# some information about you
|
|
name: "John Doe"
|
|
nickname: "John"
|
|
# greeting message before your name. it will default to "Hi! I am" if not provided
|
|
greeting: "Hi, I am"
|
|
image: "images/author/john.png"
|
|
# give your some contact information. they will be used in the footer
|
|
contactInfo:
|
|
email: "johndoe@example.com"
|
|
phone: "+0123456789"
|
|
|
|
# some summary about what you do
|
|
summary:
|
|
- 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
|