* Improve theme README * Update exampleSite * Add "Available Translation" section in README
20 lines
556 B
YAML
20 lines
556 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: "Bonjour, je suis"
|
|
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:
|
|
- Je suis un développeur
|
|
- Je suis un Devops
|
|
- J'aime les serveurs
|
|
- Je travaille sur des projets open-source
|
|
- J'aime travailler avec des projets amusants
|