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
This commit is contained in:
Griffen Fargo
2025-03-05 23:59:45 -05:00
committed by Griffen Fargo
parent 033dc77bd9
commit 21dedbaf6d
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Portfolio, blog and personal website",
"owner": {
"username": "gfargo",
"email": "ghfargo@gmail.com",
"twitter": "ghfargo"
},
"record": {
"URL": "https://griffen.codes"
}
}