diff --git a/domains/bob.json b/domains/bob.json index 8b1378917..6e772e508 100644 --- a/domains/bob.json +++ b/domains/bob.json @@ -1 +1,11 @@ - +{ + "description": "Personal website", + "repo": "https://github.com/Rubinskiy/rubinskiy.github.io", + "owner": { + "username": "Rubinskiy", + "discord": "rubinskiy#5258" + }, + "record": { + "CNAME": "rubinskiy.github.io" + } +}