From c4eb20efcec37662319bf150284311d85028a094 Mon Sep 17 00:00:00 2001 From: AlphaTechnolog Date: Tue, 5 Mar 2024 16:13:11 -0400 Subject: [PATCH 1/3] feat(domain): alphatechnolog.is-a.dev --- domains/alphatechnolog.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/alphatechnolog.json diff --git a/domains/alphatechnolog.json b/domains/alphatechnolog.json new file mode 100644 index 000000000..eb11592b8 --- /dev/null +++ b/domains/alphatechnolog.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AlphaTechnolog", + "email": "gfranklings@gmail.com" + }, + "record": { + "CNAME": "alphatechnolog.github.io" + } +} From 4397e37310724f24f792a37efc194078ae53c284 Mon Sep 17 00:00:00 2001 From: Gabriel Guerra Date: Tue, 5 Mar 2024 16:15:33 -0400 Subject: [PATCH 2/3] chore: adding more information to the domains/alphatechnolog.json --- domains/alphatechnolog.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/alphatechnolog.json b/domains/alphatechnolog.json index eb11592b8..a57111a71 100644 --- a/domains/alphatechnolog.json +++ b/domains/alphatechnolog.json @@ -1,4 +1,6 @@ { + "description": "Personal page", + "repo": "https://github.com/alphatechnolog/alphatechnolog.github.io", "owner": { "username": "AlphaTechnolog", "email": "gfranklings@gmail.com" From 6911dc31fcc8399b3e41912874ba861a7e7182e4 Mon Sep 17 00:00:00 2001 From: Codixer Date: Thu, 7 Mar 2024 10:54:32 +0100 Subject: [PATCH 3/3] feat(domain): codixer.is-a.dev --- domains/codixer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/codixer.json diff --git a/domains/codixer.json b/domains/codixer.json new file mode 100644 index 000000000..1d9f9212a --- /dev/null +++ b/domains/codixer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Codixer", + "email": "stefano@stefanocoding.me" + }, + "record": { + "CNAME": "stefanocoding.me" + } +}