diff --git a/domains/joe.json b/domains/joe.json new file mode 100644 index 000000000..7b6d7bf15 --- /dev/null +++ b/domains/joe.json @@ -0,0 +1,11 @@ +{ + "description": "Joe Banks", + "repo": "https://github.com/jb3/jb3.github.io", + "owner": { + "username": "jb3", + "email": "joseph@josephbanks.me" + }, + "record": { + "CNAME": "jb3.github.io" + } +} diff --git a/domains/rustemb.json b/domains/rustemb.json new file mode 100644 index 000000000..136685f3c --- /dev/null +++ b/domains/rustemb.json @@ -0,0 +1,11 @@ +{ + "description": "Rustem B. dev page", + "repo": "https://github.com/RustemB/rustemb.github.io", + "owner": { + "username": "rustemb", + "email": "rustemb@systemli.org" + }, + "record": { + "CNAME": "rustemb.github.io" + } +}