Merge branch 'main' into main

This commit is contained in:
Ijas Ameenudeen
2025-03-27 15:45:06 +05:30
committed by GitHub
10 changed files with 72 additions and 11 deletions
+1 -1
View File
@@ -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"
}
}
+17
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "garvit-arora",
"email": "garvit.university@gmail.com"
},
"record": {
"CNAME": "garvit-arora.github.io"
}
}
+12
View File
@@ -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
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "i3vie",
"discord": "i3vie"
},
"record": {
"CNAME": "i3vie.port0.org"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+1 -1
View File
@@ -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"
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "chiragnahata",
"email": "chiragnahata05@gmail.com"
},
"record": {
"A": ["129.213.151.29"]
}
}
+1
View File
@@ -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$/, "");