mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-22 12:25:40 +00:00
21dedbaf6d
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
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"description": "Portfolio, blog and personal website",
|
|
"owner": {
|
|
"username": "gfargo",
|
|
"email": "ghfargo@gmail.com",
|
|
"twitter": "ghfargo"
|
|
},
|
|
"record": {
|
|
"URL": "https://griffen.codes"
|
|
}
|
|
}
|