From bcfd9e8a66a721eb67dfb39949b88399d0717727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20M=C3=A1rquez?= <88753693+Trkiller02@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:39:00 -0400 Subject: [PATCH 1/5] Create omarmarquez.json --- domains/omarmarquez.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/omarmarquez.json diff --git a/domains/omarmarquez.json b/domains/omarmarquez.json new file mode 100644 index 000000000..7de67fda9 --- /dev/null +++ b/domains/omarmarquez.json @@ -0,0 +1,11 @@ +{ + "description": "Omar Márquez minimalist portfolio", + "repo": "https://github.com/Trkiller02/minimalist-portfolio", + "owner": { + "username": "Trkiller02", + "email": "trollkiller0207@gmail.com" + }, + "record": { + "CNAME": "https://trkiller02.github.io/minimalist-portfolio/" + } + } From b4177099cdd8ca87f80091171fc18a13175f91e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20M=C3=A1rquez?= <88753693+Trkiller02@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:51:07 -0400 Subject: [PATCH 2/5] CNAME fixed on omarmarquez.json Co-authored-by: 21Z <21z95@proton.me> --- domains/omarmarquez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/omarmarquez.json b/domains/omarmarquez.json index 7de67fda9..f1509f066 100644 --- a/domains/omarmarquez.json +++ b/domains/omarmarquez.json @@ -6,6 +6,6 @@ "email": "trollkiller0207@gmail.com" }, "record": { - "CNAME": "https://trkiller02.github.io/minimalist-portfolio/" + "CNAME": "trkiller02.github.io" } } From d07bd6da414caf5616072a3f85403788c57458d2 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 24 Mar 2025 14:46:14 -0300 Subject: [PATCH 3/5] chore: create mzunino.json --- domains/mzunino.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mzunino.json diff --git a/domains/mzunino.json b/domains/mzunino.json new file mode 100644 index 000000000..4a6b8bb0a --- /dev/null +++ b/domains/mzunino.json @@ -0,0 +1,11 @@ +{ + "description": "Mariano Zunino's personal portfolio site", + "repo": "https://github.com/marianozunino/portfolio", + "owner": { + "email": "marianoz@posteo.net", + "github": "marianozunino" + }, + "record": { + "CNAME": "mzunino.com.uy" + } +} From e758cf58f4108caa4e14037dcac658442ba8cff6 Mon Sep 17 00:00:00 2001 From: dhp5621 Date: Tue, 25 Mar 2025 21:21:04 +0700 Subject: [PATCH 4/5] Create dhp2010.json --- domains/dhp2010.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/dhp2010.json diff --git a/domains/dhp2010.json b/domains/dhp2010.json new file mode 100644 index 000000000..37db9af35 --- /dev/null +++ b/domains/dhp2010.json @@ -0,0 +1,17 @@ +{ + "description": "My personal DHPhuc's website.", + "owner": { + "username": "dhp5621", + "email": "daohongphuc1112010@hotmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 42d74226e3cbd0c467732feb59bb35c3d0efd058 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 27 Mar 2025 07:13:00 +0400 Subject: [PATCH 5/5] fix: github username --- domains/mzunino.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mzunino.json b/domains/mzunino.json index 4a6b8bb0a..440dabca3 100644 --- a/domains/mzunino.json +++ b/domains/mzunino.json @@ -2,8 +2,8 @@ "description": "Mariano Zunino's personal portfolio site", "repo": "https://github.com/marianozunino/portfolio", "owner": { - "email": "marianoz@posteo.net", - "github": "marianozunino" + "username": "marianozunino", + "email": "marianoz@posteo.net" }, "record": { "CNAME": "mzunino.com.uy"