From 0541fc72792b5ebdffd399a42c744951b28d1070 Mon Sep 17 00:00:00 2001 From: Giovanni Santini Date: Tue, 20 Sep 2022 09:28:01 +0200 Subject: [PATCH] feat: Added 'giovanni' subdomain Added the subdomain for my personal website, hosted on Github Pages. --- domains/giovanni.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/giovanni.json diff --git a/domains/giovanni.json b/domains/giovanni.json new file mode 100644 index 000000000..619598703 --- /dev/null +++ b/domains/giovanni.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "ItachiSan", + "email": "giovannisantini93@yahoo.it", + "twitter": "santini__gio", + "discord": "ItachiSan#2408" + }, + "description": "is-a.dev subdomain for my personal blog", + "repo": "https://github.com/ItachiSan/itachisan.github.io", + "record": { + "CNAME": "itachisan.github.io" + } +}