From 585f10a23d10fc07d8d845b631495b6dde648cca Mon Sep 17 00:00:00 2001 From: Luis Tena <25320392+devluist@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:22:58 -0400 Subject: [PATCH 1/4] Create luistena.json --- luistena.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 luistena.json diff --git a/luistena.json b/luistena.json new file mode 100644 index 000000000..a22e97606 --- /dev/null +++ b/luistena.json @@ -0,0 +1,12 @@ +{ + "description": "Luis Tena's portfolio", + "repo": "https://github.com/devluist/personal-brand.git", + "owner": { + "username": "devluist", + "email": "25320392+devluist@users.noreply.github.com", + "twitter": "@dev_luist" + }, + "record": { + "CNAME": "devluist.github.io/personal-brand/" + } +} From 036ac47196dd61cf0f05c492347a678a70a3bde7 Mon Sep 17 00:00:00 2001 From: Luis Tena <25320392+devluist@users.noreply.github.com> Date: Tue, 9 Aug 2022 08:05:23 -0400 Subject: [PATCH 2/4] fix url of gh page --- luistena.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luistena.json b/luistena.json index a22e97606..6c09ccf8a 100644 --- a/luistena.json +++ b/luistena.json @@ -1,12 +1,12 @@ { "description": "Luis Tena's portfolio", - "repo": "https://github.com/devluist/personal-brand.git", + "repo": "https://github.com/devluist/devluist.github.io", "owner": { "username": "devluist", "email": "25320392+devluist@users.noreply.github.com", "twitter": "@dev_luist" }, "record": { - "CNAME": "devluist.github.io/personal-brand/" + "CNAME": "devluist.github.io" } } From 4dc6c1534339036598bf652ba5ac5c3f879e24d3 Mon Sep 17 00:00:00 2001 From: Luis Tena <25320392+devluist@users.noreply.github.com> Date: Thu, 11 Aug 2022 06:17:35 -0400 Subject: [PATCH 3/4] fix user info --- luistena.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luistena.json b/luistena.json index 6c09ccf8a..43a8fa800 100644 --- a/luistena.json +++ b/luistena.json @@ -3,8 +3,8 @@ "repo": "https://github.com/devluist/devluist.github.io", "owner": { "username": "devluist", - "email": "25320392+devluist@users.noreply.github.com", - "twitter": "@dev_luist" + "email": "des.luistena@hotmail.com", + "twitter": "dev_luist" }, "record": { "CNAME": "devluist.github.io" From ab0c53d8c1690764c4fbbacde654eccb4841f808 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 14 Aug 2022 10:52:01 +0700 Subject: [PATCH 4/4] Rename luistena.json to domains/luistena.json --- luistena.json => domains/luistena.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename luistena.json => domains/luistena.json (100%) diff --git a/luistena.json b/domains/luistena.json similarity index 100% rename from luistena.json rename to domains/luistena.json