From 4803642bf09092f4e3f7b73626fe53527374c89f Mon Sep 17 00:00:00 2001 From: AndersonPGS Date: Wed, 13 Apr 2022 21:59:12 -0300 Subject: [PATCH 1/2] Create anderson.json --- domains/anderson.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/anderson.json diff --git a/domains/anderson.json b/domains/anderson.json new file mode 100644 index 000000000..d6820237d --- /dev/null +++ b/domains/anderson.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio site for show my projects, my social networks, my knowledges...", + "repo": "https://github.com/AndersonPGS/me", + "owner": { + "username": "andersonpgs", + "email": "andersonpgs2001@hotmail.com" + }, + "record": { + "URL": "https://andersonpgs.github.io/me/" + } +} From 9f0409cb628ed698d0d83c67fd4aca69c6271e70 Mon Sep 17 00:00:00 2001 From: AndersonPGS Date: Wed, 13 Apr 2022 22:01:45 -0300 Subject: [PATCH 2/2] slash removed --- domains/anderson.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anderson.json b/domains/anderson.json index d6820237d..97f70b62a 100644 --- a/domains/anderson.json +++ b/domains/anderson.json @@ -6,6 +6,6 @@ "email": "andersonpgs2001@hotmail.com" }, "record": { - "URL": "https://andersonpgs.github.io/me/" + "URL": "https://andersonpgs.github.io/me" } }