Merge branch 'main' into main

This commit is contained in:
Jacob
2025-03-27 05:32:55 -07:00
committed by GitHub
12 changed files with 67 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"owner": {
"username": "rezlic",
"username": "azrelic",
"email": "ahmadking78654@gmail.com"
},
"record": {
+11
View File
@@ -0,0 +1,11 @@
{
"description": "A practice portfolio for web design challenges.",
"repo": "https://github.com/KishonShrill/website-portfolio",
"owner": {
"username": "KishonShrill",
"email": "crystalbluew@gmail.com"
},
"record": {
"TXT": "vc-domain-verify=chriscent.is-a.dev,0bd491999fe494552e50"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "thegoofy-dev",
"email": "pankajtyagi1601@gmail.com"
},
"record": {
"TXT": "vc-domain-verify=thegoofy-guy.is-a.dev,382a00f94cc6e561761e"
}
}
+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"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"owner": {
"username": "rezlic",
"username": "azrelic",
"email": "ahmadking78654@gmail.com"
},
"record": {
+11
View File
@@ -0,0 +1,11 @@
{
"description": "This repo contains my personal portfolio site.",
"repo": "https://github.com/dllbdev/homepage",
"owner": {
"username": "dllbdev",
"email": "dllb.dev@proton.me"
},
"record": {
"CNAME": "dllbdev.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"
}
}
+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"
+11
View File
@@ -0,0 +1,11 @@
{
"description": "SMLX Design's personal blog site",
"repo": "https://github.com/smlxdesign/astro-newsite",
"owner": {
"username": "smlxdesign",
"email": "samuel.smlxdesign@gmail.com"
},
"record": {
"A": ["75.2.60.5"]
}
}
+8 -9
View File
@@ -1,11 +1,10 @@
{
"description": "My personal portfolio website",
"owner": {
"username": "thegoofy-dev",
"email": "pankajtyagi1601@gmail.com"
},
"record": {
"CNAME": "pankajtyagi-portfolio.vercel.app"
},
"proxied": true
"description": "My personal portfolio website",
"owner": {
"username": "thegoofy-dev",
"email": "pankajtyagi1601@gmail.com"
},
"record": {
"CNAME": "pankajtyagi-portfolio.vercel.app"
}
}
+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$/, "");