19 lines
531 B
YAML
19 lines
531 B
YAML
# some information about you
|
|
name: "Seong-Yeon Yang"
|
|
nickname: "Seong-Yeon"
|
|
image: "images/default-avatar.jpeg"
|
|
|
|
# greeting message before your name. it will default to "Hi! I am" if not provided
|
|
greeting: "Greeting! \n I am"
|
|
|
|
# give your contact information. they will be used in the footer
|
|
contactInfo:
|
|
email: "gkdlgkdl2040@gmail.com"
|
|
phone: "+82 010-4207-5229"
|
|
|
|
# a summary of what you do
|
|
summary:
|
|
- I am a Developer
|
|
- I work with Go and Python
|
|
- I work with Kubernetes and OpenStack
|
|
- I love to work with some fun projects
|