diff --git a/domains/_vercel.victordev.json b/domains/_vercel.victordev.json index 31cd7f9d2..94bdad7a9 100644 --- a/domains/_vercel.victordev.json +++ b/domains/_vercel.victordev.json @@ -4,6 +4,6 @@ "email": "victor.humberto.dev@gmail.com" }, "record": { - "TXT": "vc-domain-verify=tubeto.is-a.dev,3379bf5df2b2933e27da" + "TXT": "vc-domain-verify=victordev.is-a.dev,249570ae89a082ed0670" } } 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" + } +} diff --git a/domains/garvit.json b/domains/garvit.json new file mode 100644 index 000000000..6c5a66400 --- /dev/null +++ b/domains/garvit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "garvit-arora", + "email": "garvit.university@gmail.com" + }, + "record": { + "CNAME": "garvit-arora.github.io" + } +} diff --git a/domains/guillelm71.json b/domains/guillelm71.json new file mode 100644 index 000000000..204083529 --- /dev/null +++ b/domains/guillelm71.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Tech Website...", + "repo": "https://github.com/guilleLM71/guillelm71.github.io", + "owner": { + "username": "guilleLM71", + "email": "jlauram3@fcpn.edu.bo" + }, + "record": { + "CNAME": "guillelm71.github.io" + }, + "proxied": true +} diff --git a/domains/i3vie.json b/domains/i3vie.json deleted file mode 100644 index 371692667..000000000 --- a/domains/i3vie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "i3vie", - "discord": "i3vie" - }, - "record": { - "CNAME": "i3vie.port0.org" - } -} diff --git a/domains/mzunino.json b/domains/mzunino.json new file mode 100644 index 000000000..440dabca3 --- /dev/null +++ b/domains/mzunino.json @@ -0,0 +1,11 @@ +{ + "description": "Mariano Zunino's personal portfolio site", + "repo": "https://github.com/marianozunino/portfolio", + "owner": { + "username": "marianozunino", + "email": "marianoz@posteo.net" + }, + "record": { + "CNAME": "mzunino.com.uy" + } +} diff --git a/domains/omarmarquez.json b/domains/omarmarquez.json new file mode 100644 index 000000000..f1509f066 --- /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": "trkiller02.github.io" + } + } diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index bb2986d76..a67be9b22 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -1,6 +1,6 @@ { "description": "Personal Website for PlOszukiwacz", - "repo": "https://github.com/PlOszukiwaczDEV/ploszukiwaczdev.github.io", + "repo": "https://github.com/ploszukiwacz/website_new", "owner": { "username": "ploszukiwacz", "email": "ploszukiwacz1@gmail.com" diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json new file mode 100644 index 000000000..726befd50 --- /dev/null +++ b/domains/socials.chiragnahata.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + "record": { + "A": ["129.213.151.29"] + } +} diff --git a/tests/json.test.js b/tests/json.test.js index 6b0fff983..1b40b75d5 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -69,6 +69,7 @@ async function validateFileName(t, file) { t.false(file.includes(".is-a.dev"), `${file}: File name should not contain .is-a.dev`); t.true(file === file.toLowerCase(), `${file}: File name should be all lowercase`); t.false(file.includes("--"), `${file}: File name should not contain consecutive hyphens`); + t.false(file.startsWith("_redirect."), `${file}: File name should not start with _redirect`); if (file !== "@.json") { const subdomain = file.replace(/\.json$/, "");