From 18823dc3491358566132ba669e4c8c4bc525272c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:35:37 +0100 Subject: [PATCH 01/26] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From 6819a64cba84528f86d90ef94e193f8cf889b496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:36:04 +0100 Subject: [PATCH 02/26] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 2f1f6f57f27bd1ca3c7c7fcfdc6512235540b164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:38:11 +0100 Subject: [PATCH 03/26] Create static.yml --- .github/workflows/static.yml | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 000000000..f2c9e97c9 --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Upload entire repository + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From 8301df5754bccc2ccdb3f74bccdb1f36fc01a586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:47:05 +0100 Subject: [PATCH 04/26] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From 8548a135498d7c8f9eefb1e2d476060e6e965b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Enrique=20Villar=20Misa?= Date: Mon, 24 Feb 2025 08:48:10 +0100 Subject: [PATCH 05/26] add domain --- .idea/.gitignore | 3 +++ .idea/vcs.xml | 6 ++++++ domains/thorito.json | 12 ++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/vcs.xml create mode 100644 domains/thorito.json diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/domains/thorito.json b/domains/thorito.json new file mode 100644 index 000000000..352138b5e --- /dev/null +++ b/domains/thorito.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito", + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com", + "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + }, + "record": { + "CNAME": "thorito.github.io" + } +} \ No newline at end of file From b210c54b82626efcdc20b10c083f06c29dafa228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Enrique=20Villar=20Misa?= Date: Mon, 24 Feb 2025 08:48:10 +0100 Subject: [PATCH 06/26] add domain --- .idea/.gitignore | 3 + .idea/caches/deviceStreaming.xml | 509 +++++++++++++++++++++++++++++++ .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/register.iml | 9 + .idea/vcs.xml | 6 + domains/thorito.json | 12 + 7 files changed, 553 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/caches/deviceStreaming.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/register.iml create mode 100644 .idea/vcs.xml create mode 100644 domains/thorito.json diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml new file mode 100644 index 000000000..f37d0c543 --- /dev/null +++ b/.idea/caches/deviceStreaming.xml @@ -0,0 +1,509 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..1945ce5fd --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..a4ca902b4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/register.iml b/.idea/register.iml new file mode 100644 index 000000000..d6ebd4805 --- /dev/null +++ b/.idea/register.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/domains/thorito.json b/domains/thorito.json new file mode 100644 index 000000000..352138b5e --- /dev/null +++ b/domains/thorito.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito", + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com", + "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + }, + "record": { + "CNAME": "thorito.github.io" + } +} \ No newline at end of file From b460856b81adb00a4e32489b3cc45c406bd05c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:52:56 +0100 Subject: [PATCH 07/26] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 35f6f7478f601e5824ffa9f12574f3aa5c1dcc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:54:07 +0100 Subject: [PATCH 08/26] Delete .idea directory --- .idea/.gitignore | 3 - .idea/caches/deviceStreaming.xml | 509 ------------------------------- .idea/misc.xml | 6 - .idea/modules.xml | 8 - .idea/register.iml | 9 - .idea/vcs.xml | 6 - 6 files changed, 541 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/caches/deviceStreaming.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/register.iml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d33521a..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml deleted file mode 100644 index f37d0c543..000000000 --- a/.idea/caches/deviceStreaming.xml +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 1945ce5fd..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a4ca902b4..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/register.iml b/.idea/register.iml deleted file mode 100644 index d6ebd4805..000000000 --- a/.idea/register.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfb..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From ec97a8eccb657294a9e4eb83946cf226ba764f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:59:09 +0100 Subject: [PATCH 09/26] Delete .github/workflows/static.yml --- .github/workflows/static.yml | 43 ------------------------------------ 1 file changed, 43 deletions(-) delete mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml deleted file mode 100644 index f2c9e97c9..000000000 --- a/.github/workflows/static.yml +++ /dev/null @@ -1,43 +0,0 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages - -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - # Single deploy job since we're just deploying - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Pages - uses: actions/configure-pages@v5 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - # Upload entire repository - path: '.' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 From 19ac10fdd61d3221c8001e537357dec127a9af85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:33:02 +0100 Subject: [PATCH 10/26] Update thorito.json --- domains/thorito.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/thorito.json b/domains/thorito.json index 352138b5e..d8859cbca 100644 --- a/domains/thorito.json +++ b/domains/thorito.json @@ -1,12 +1,10 @@ { "description": "Personal Portfolio Website", - "repo": "https://github.com/thorito/thorito", "owner": { "username": "thorito", - "email": "victor.villar.misa@gmail.com", - "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + "email": "victor.villar.misa@gmail.com" }, "record": { "CNAME": "thorito.github.io" } -} \ No newline at end of file +} From b6ccba385727994cb4f7f75489cf0258a279250a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:39:12 +0100 Subject: [PATCH 11/26] Update thorito.json --- domains/thorito.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/thorito.json b/domains/thorito.json index d8859cbca..f9b31b22d 100644 --- a/domains/thorito.json +++ b/domains/thorito.json @@ -1,5 +1,6 @@ { "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito.github.io", "owner": { "username": "thorito", "email": "victor.villar.misa@gmail.com" From 2bf3ccd3e548ac3c0c8eb324a946729a4c087f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:42:18 +0100 Subject: [PATCH 12/26] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From e840b9010c4633ac11109e7b1cc77565ea11cba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:43:10 +0100 Subject: [PATCH 13/26] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 2cf53d477c205da3fec0b2d930d455060c085f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:49:00 +0100 Subject: [PATCH 14/26] Update thorito.json --- domains/thorito.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thorito.json b/domains/thorito.json index f9b31b22d..b91e362e9 100644 --- a/domains/thorito.json +++ b/domains/thorito.json @@ -6,6 +6,6 @@ "email": "victor.villar.misa@gmail.com" }, "record": { - "CNAME": "thorito.github.io" + "TXT": "900d61c3e5e63880bf2f15832064bc" } } From 95500c150aadf4939729ee8c0a3318eeff3c293e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:55:32 +0100 Subject: [PATCH 15/26] Rename thorito.json to _github-pages-challenge-thorito.json --- domains/{thorito.json => _github-pages-challenge-thorito.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{thorito.json => _github-pages-challenge-thorito.json} (100%) diff --git a/domains/thorito.json b/domains/_github-pages-challenge-thorito.json similarity index 100% rename from domains/thorito.json rename to domains/_github-pages-challenge-thorito.json From b33579dbf4755bf78f1467eadf049f55b031467d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:57:03 +0100 Subject: [PATCH 16/26] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index b91e362e9..55bb8a9dd 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -3,7 +3,8 @@ "repo": "https://github.com/thorito/thorito.github.io", "owner": { "username": "thorito", - "email": "victor.villar.misa@gmail.com" + "email": "victor.villar.misa@gmail.com", + "linkedin": "https://www.linkedin.com/in/victor-villar-misa" }, "record": { "TXT": "900d61c3e5e63880bf2f15832064bc" From a11c3298206ae7a20cb7d3f9e54693c4526c32f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:55:00 +0100 Subject: [PATCH 17/26] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From f45a8fbfbc09d90c753998cd117e71a6697c6320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:55:24 +0100 Subject: [PATCH 18/26] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 029b48cc566ee3b50ba723efc706de8871bc738d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:00:06 +0100 Subject: [PATCH 19/26] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From 5f5619003092211e41f8d8970b471667dc9c0f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:00:29 +0100 Subject: [PATCH 20/26] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 86d48a72cf6d9ff346a50898a4487a18d720f767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:28:39 +0100 Subject: [PATCH 21/26] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index 55bb8a9dd..517999f9c 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -1,10 +1,7 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/thorito/thorito.github.io", "owner": { "username": "thorito", - "email": "victor.villar.misa@gmail.com", - "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + "email": "victor.villar.misa@gmail.com" }, "record": { "TXT": "900d61c3e5e63880bf2f15832064bc" From 28f5fac0a3d91ab93f06396db29042cf83225874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:32:01 +0100 Subject: [PATCH 22/26] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From d68c742431b61fbe891ad2cf5f5f0836dad419df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:01:56 +0100 Subject: [PATCH 23/26] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index 517999f9c..6a54ef30f 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -1,4 +1,5 @@ { + "domain": "thorito.is-a.dev", "owner": { "username": "thorito", "email": "victor.villar.misa@gmail.com" From 83a5c984597bd3ea435e6dcc4b1e9fb9ea79883c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:15:57 +0100 Subject: [PATCH 24/26] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index 6a54ef30f..517999f9c 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -1,5 +1,4 @@ { - "domain": "thorito.is-a.dev", "owner": { "username": "thorito", "email": "victor.villar.misa@gmail.com" From 152e165bb5fcaf3fc82e1a9f59f810949cd86f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:18:01 +0100 Subject: [PATCH 25/26] Create thorito.json --- domains/thorito.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/thorito.json diff --git a/domains/thorito.json b/domains/thorito.json new file mode 100644 index 000000000..4e348830c --- /dev/null +++ b/domains/thorito.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito.github.io", + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com" + }, + "record": { + "CNAME": "thorito.github.io" + } +} From 6bc5111bf4e70f3d9f416397eaa2c7e97d891abd Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 27 Feb 2025 15:36:06 +0400 Subject: [PATCH 26/26] fix: files --- CNAME | 1 - ...thorito.json => _github-pages-challenge-thorito.thorito.json} | 0 2 files changed, 1 deletion(-) delete mode 100644 CNAME rename domains/{_github-pages-challenge-thorito.json => _github-pages-challenge-thorito.thorito.json} (100%) diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.thorito.json similarity index 100% rename from domains/_github-pages-challenge-thorito.json rename to domains/_github-pages-challenge-thorito.thorito.json