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] 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