Skip to content
Open
17 changes: 17 additions & 0 deletions domains/gnof.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "Email for gnof.",
"repo": "https://github.com/gnof-the-shark/Blog",
"owner": {
"username": "gnof-the-shark",
"email": "christophewhite14@gmail.com"
},
"records": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": [
"v=spf1 include:spf.improvmx.com ~all"
]
}
}
11 changes: 11 additions & 0 deletions domains/w.gnof.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description": "Website for gnof.",
"repo": "https://github.com/gnof-the-shark/Blog",
"owner": {
"username": "gnof-the-shark",
"email": "christophewhite14@gmail.com"
},
"records": {
"CNAME": "gnof-the-shark.github.io"
}
}