16 lines
451 B
YAML
16 lines
451 B
YAML
# some information about you
|
|
name: "Vincent Ducamps"
|
|
nickname: "Vincent"
|
|
# greeting message before your name. it will default to "Hi! I am" if not provided
|
|
greeting: "Bonjour, je suis"
|
|
image: "images/author/vincent.png"
|
|
# give your some contact information. they will be used in the footer
|
|
contactInfo:
|
|
email: "vincent@ducamps.win"
|
|
phone:
|
|
|
|
# some summary about what you do
|
|
summary:
|
|
- Je suis adminSys
|
|
- je contribue à des projets Open Source
|