From dff8663ee1e50acc7b7407acd4ce8fba9751105c Mon Sep 17 00:00:00 2001 From: AfterMath <52882257+AfterMath9@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:21:24 +0200 Subject: [PATCH 1/2] Add files via upload --- domains/aftermath.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aftermath.json diff --git a/domains/aftermath.json b/domains/aftermath.json new file mode 100644 index 000000000..fa4e9f942 --- /dev/null +++ b/domains/aftermath.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation for is-a-dev", + "repo": "https://github.com/aftermath9", + "owner": { + "username": "aftermath9", + "email": "amrmafalani@yahoo.com" + }, + "record": { + "TXT": "Hello World!" + } +} \ No newline at end of file From 350a43761dc6048896c964c070cfacfd19fa6594 Mon Sep 17 00:00:00 2001 From: Abdo <160148781+xAbdoAT@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:20:14 +0200 Subject: [PATCH 2/2] fix aftermath.json fix for GitHub pages --- domains/aftermath.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/domains/aftermath.json b/domains/aftermath.json index fa4e9f942..b7a3026ee 100644 --- a/domains/aftermath.json +++ b/domains/aftermath.json @@ -1,11 +1,12 @@ { - "description": "Documentation for is-a-dev", - "repo": "https://github.com/aftermath9", - "owner": { - "username": "aftermath9", - "email": "amrmafalani@yahoo.com" - }, + "description": "Describe the use of this subdomain", + "repo": "https://github.com/AfterMath9/aftermath9.github.io", + "owner": { + "username": "AfterMath9", + "email": "amrmafalani@yahoo.com", + "twitter": "iBadDroid" + }, "record": { - "TXT": "Hello World!" - } -} \ No newline at end of file + "CNAME": "aftermath9.github.io" + } +}