From b60836b9f581863a0376e452b02ec40da37bcc5c Mon Sep 17 00:00:00 2001 From: dotiful Date: Tue, 13 Oct 2020 03:01:37 +0300 Subject: [PATCH 1/2] Create art.json --- domains/art.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/art.json diff --git a/domains/art.json b/domains/art.json new file mode 100644 index 000000000..101fcb894 --- /dev/null +++ b/domains/art.json @@ -0,0 +1,11 @@ +{ + "description": "Art's personal developer website", + "repo": "https://github.com/dotiful", + "owner": { + "username": "dotiful", + "email": "dots.util@gmail.com", + }, + "record": { + "CNAME": "dotiful.github.io" + } +} From a08e0676cd97c1b29589583a63895a77045e3cf6 Mon Sep 17 00:00:00 2001 From: Dots Util Date: Tue, 13 Oct 2020 03:07:55 +0300 Subject: [PATCH 2/2] Update art.json fix typo --- domains/art.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/art.json b/domains/art.json index 101fcb894..fbfcc4a11 100644 --- a/domains/art.json +++ b/domains/art.json @@ -3,7 +3,7 @@ "repo": "https://github.com/dotiful", "owner": { "username": "dotiful", - "email": "dots.util@gmail.com", + "email": "dots.util@gmail.com" }, "record": { "CNAME": "dotiful.github.io"