From 31cc40e35842356e36023f65129cc922371ca36a Mon Sep 17 00:00:00 2001 From: Marascu Theodor <46166826+cheftheo@users.noreply.github.com> Date: Tue, 4 Jun 2024 01:13:47 +0300 Subject: [PATCH 1/2] Create cheftheo --- domains/cheftheo | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cheftheo diff --git a/domains/cheftheo b/domains/cheftheo new file mode 100644 index 000000000..ba7810de6 --- /dev/null +++ b/domains/cheftheo @@ -0,0 +1,11 @@ +{ + "description": "This website represents a portofolio", + "repo": "https://cheftheo.github.io/", + "owner": { + "username": "cheftheo", + "email": "marascu.theodor@gmail.com" + }, + "record": { + "CNAME": "https://cheftheo.github.io/" + } +} From c670725924ace94b5d3d0bb5db1463d4c01b7d74 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 4 Jun 2024 11:53:34 +0700 Subject: [PATCH 2/2] Update and rename cheftheo to cheftheo.json --- domains/{cheftheo => cheftheo.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{cheftheo => cheftheo.json} (82%) diff --git a/domains/cheftheo b/domains/cheftheo.json similarity index 82% rename from domains/cheftheo rename to domains/cheftheo.json index ba7810de6..bff35005a 100644 --- a/domains/cheftheo +++ b/domains/cheftheo.json @@ -6,6 +6,6 @@ "email": "marascu.theodor@gmail.com" }, "record": { - "CNAME": "https://cheftheo.github.io/" + "CNAME": "cheftheo.github.io" } }