15 lines
439 B
YAML
15 lines
439 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: "Hi, I am"
|
|
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:
|
|
- I am a adminSys
|
|
- I participate on open-source projects |