From 053a8d6c936b9302f106b10178d83408b9a16c8d Mon Sep 17 00:00:00 2001 From: Andrea Zignoli Date: Sat, 6 May 2023 10:54:53 +0200 Subject: [PATCH] Author yaml --- data/toha/author.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/toha/author.yaml 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