From 7d51af086cd52115324599ada234e441a72118fd Mon Sep 17 00:00:00 2001 From: Timothy Brown Date: Wed, 15 Jan 2025 15:46:59 -0700 Subject: [PATCH 1/2] Create timothy.json --- domains/timothy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/timothy.json diff --git a/domains/timothy.json b/domains/timothy.json new file mode 100644 index 000000000..2319ee283 --- /dev/null +++ b/domains/timothy.json @@ -0,0 +1,11 @@ +{ + "description": "Timothy's Personal Website", + "repo": "https://github.com/tabrownies/tabrownies.github.io", + "owner": { + "username": "tabrownies", + "email": "tabrownies@gmail.com", + }, + "record": { + "CNAME": "tabrownies.github.io" + } +} From 3b06e62cb4f156d10afb7118c3a0282b23fad523 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 18 Jan 2025 08:18:58 +0200 Subject: [PATCH 2/2] I love commas after email line --- domains/timothy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/timothy.json b/domains/timothy.json index 2319ee283..acf3c5871 100644 --- a/domains/timothy.json +++ b/domains/timothy.json @@ -3,7 +3,7 @@ "repo": "https://github.com/tabrownies/tabrownies.github.io", "owner": { "username": "tabrownies", - "email": "tabrownies@gmail.com", + "email": "tabrownies@gmail.com" }, "record": { "CNAME": "tabrownies.github.io"