diff --git a/data/toha/author.yaml b/data/toha/author.yaml new file mode 100644 index 0000000..ad21fe2 --- /dev/null +++ b/data/toha/author.yaml @@ -0,0 +1,22 @@ +# 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 \ No newline at end of file