22 lines
No EOL
583 B
YAML
22 lines
No EOL
583 B
YAML
# some information about you
|
|
name: "Oxynet"
|
|
nickname: "Oxynet"
|
|
image: "images/avatar.png"
|
|
|
|
# greeting message before your name. it will default to "Hi! I am" if not provided
|
|
greeting: "👋 Hi, I am"
|
|
|
|
# give your contact information. they will be used in the footer
|
|
contactInfo:
|
|
email: "oxynetcpetinterpreter@gmail.com"
|
|
# phone: "+0123456789"
|
|
stack-overflow:
|
|
icon: stack-overflow
|
|
url: "https://stackoverflow.com/users/1/exampleUser"
|
|
text: "ExampleUser"
|
|
|
|
# a summary of what you do
|
|
summary:
|
|
- I am a Developer
|
|
- I work with Go
|
|
- I love to work with some fun projects |