From ef44eab6d90ea1233300d4b98fddbd732f985a74 Mon Sep 17 00:00:00 2001 From: Gilmar Oliveira <42701487+gilmarodp@users.noreply.github.com> Date: Sat, 26 Apr 2025 19:06:36 -0300 Subject: [PATCH 1/3] Create gilmar.json --- domains/gilmar.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gilmar.json diff --git a/domains/gilmar.json b/domains/gilmar.json new file mode 100644 index 000000000..5fb8fbb45 --- /dev/null +++ b/domains/gilmar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gilmarodp", + "email": "gilmar.odp@gmail.com" + }, + "record": { + "CNAME": "gilmarodp.github.io" + } +} From 251fb3ff3467e4f39667df9a1b0fef72f9625821 Mon Sep 17 00:00:00 2001 From: Gilmar Oliveira <42701487+gilmarodp@users.noreply.github.com> Date: Sat, 26 Apr 2025 19:16:14 -0300 Subject: [PATCH 2/3] Update gilmar.json --- domains/gilmar.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/gilmar.json b/domains/gilmar.json index 5fb8fbb45..a5d90b6f0 100644 --- a/domains/gilmar.json +++ b/domains/gilmar.json @@ -1,4 +1,6 @@ { + "description": "My personal website", + "repo": "https://github.com/gilmarodp/gilmarodp.github.io", "owner": { "username": "gilmarodp", "email": "gilmar.odp@gmail.com" From fc7b38c03e3d3f142bda38dadefabe7f675c3dea Mon Sep 17 00:00:00 2001 From: Gilmar Oliveira <42701487+gilmarodp@users.noreply.github.com> Date: Sun, 27 Apr 2025 15:46:39 -0300 Subject: [PATCH 3/3] Update gilmar.json --- domains/gilmar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gilmar.json b/domains/gilmar.json index a5d90b6f0..76771492f 100644 --- a/domains/gilmar.json +++ b/domains/gilmar.json @@ -5,7 +5,7 @@ "username": "gilmarodp", "email": "gilmar.odp@gmail.com" }, - "record": { + "records": { "CNAME": "gilmarodp.github.io" } }