From 6d594ea3e60a9f8a6a659e690dd336f6941ca638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Zaleta=20Mart=C3=ADnez?= <94091554+jzaleta@users.noreply.github.com> Date: Thu, 18 May 2023 11:08:38 -0600 Subject: [PATCH 1/2] Create javier.json --- domains/javier.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/javier.json diff --git a/domains/javier.json b/domains/javier.json new file mode 100644 index 000000000..c19e1015d --- /dev/null +++ b/domains/javier.json @@ -0,0 +1,12 @@ +{ + "description": "Javier Zaleta's personal website", + "repo": "https://github.com/jzaleta/jzaleta", + "owner": { + "username": "jzaleta", + "email": "", + "twitter": "j_cordz" + }, + "record": { + "CNAME": "https://jzaleta.github.io/jzaleta/" + } +} From 5bcc1433e52791a12d05fa3c44fdbf520a5d1f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Zaleta=20Mart=C3=ADnez?= <94091554+jzaleta@users.noreply.github.com> Date: Thu, 18 May 2023 11:13:16 -0600 Subject: [PATCH 2/2] Update javier.json to use URL instead of CNAME --- domains/javier.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/javier.json b/domains/javier.json index c19e1015d..a78123981 100644 --- a/domains/javier.json +++ b/domains/javier.json @@ -7,6 +7,6 @@ "twitter": "j_cordz" }, "record": { - "CNAME": "https://jzaleta.github.io/jzaleta/" + "URL": "https://jzaleta.github.io/jzaleta/" } }