From 21dedbaf6dca46145479227800a3bc84563dc559 Mon Sep 17 00:00:00 2001 From: Griffen Fargo Date: Wed, 5 Mar 2025 23:59:45 -0500 Subject: [PATCH] Add `griff.json` to domains Introduce a new domain configuration `griff.json` for a portfolio, blog, and personal website. The domain is owned by `gfargo` with contact details including email and Twitter handle --- domains/griff.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/griff.json diff --git a/domains/griff.json b/domains/griff.json new file mode 100644 index 000000000..faffbe6fa --- /dev/null +++ b/domains/griff.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio, blog and personal website", + "owner": { + "username": "gfargo", + "email": "ghfargo@gmail.com", + "twitter": "ghfargo" + }, + "record": { + "URL": "https://griffen.codes" + } +}