From e5e3cd4eeac7950a318d7bda3b1b02a3340ad113 Mon Sep 17 00:00:00 2001 From: "NTBK-MARCOS\\mtora" Date: Fri, 10 Jan 2025 11:51:26 -0300 Subject: [PATCH 1/4] add marcos.is-a.dev --- domains/marcos.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marcos.json diff --git a/domains/marcos.json b/domains/marcos.json new file mode 100644 index 000000000..44a678890 --- /dev/null +++ b/domains/marcos.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/mtoranzo", + "owner": { + "username": "mtoranzo", + "email": "mtoranzo@gmail.com" + }, + "record": { + "TXT": "345c2e905e6bb6fd03343af2a4eb2e" + } +} \ No newline at end of file From 845ead7c7bdf3d063926e0c2257bff5d1edc952d Mon Sep 17 00:00:00 2001 From: Marcos Toranzo Date: Sun, 12 Jan 2025 14:49:46 -0300 Subject: [PATCH 2/4] Fix: marcos.json --- domains/marcos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/marcos.json b/domains/marcos.json index 44a678890..472e8ffc5 100644 --- a/domains/marcos.json +++ b/domains/marcos.json @@ -1,11 +1,11 @@ { - "description": "Describe the use of this subdomain", + "description": "Developer portfolio", "repo": "https://github.com/mtoranzo", "owner": { "username": "mtoranzo", "email": "mtoranzo@gmail.com" }, "record": { - "TXT": "345c2e905e6bb6fd03343af2a4eb2e" + "CNAME": "mtoranzo.github.io", } } \ No newline at end of file From b1c9a32f3691aed55f6e3ac182eca8a5486a7dc5 Mon Sep 17 00:00:00 2001 From: Marcos Toranzo <926024+mtoranzo@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:59:18 -0300 Subject: [PATCH 3/4] Update domains/marcos.json Co-authored-by: iostpa --- domains/marcos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/marcos.json b/domains/marcos.json index 472e8ffc5..ee2c00027 100644 --- a/domains/marcos.json +++ b/domains/marcos.json @@ -6,6 +6,6 @@ "email": "mtoranzo@gmail.com" }, "record": { - "CNAME": "mtoranzo.github.io", + "CNAME": "mtoranzo.github.io" } } \ No newline at end of file From de7741b5a7d833ddf1acf2e5e18b405d4bbe8537 Mon Sep 17 00:00:00 2001 From: Marcos Toranzo Date: Sun, 12 Jan 2025 17:02:04 -0300 Subject: [PATCH 4/4] fix: comma delimiter --- domains/marcos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/marcos.json b/domains/marcos.json index 472e8ffc5..ee2c00027 100644 --- a/domains/marcos.json +++ b/domains/marcos.json @@ -6,6 +6,6 @@ "email": "mtoranzo@gmail.com" }, "record": { - "CNAME": "mtoranzo.github.io", + "CNAME": "mtoranzo.github.io" } } \ No newline at end of file