Merge pull request #512 from Termonoid/main

Reconfigure termonoid.json to self-hosted server
This commit is contained in:
Akshay Nair
2021-01-19 12:04:06 +05:30
committed by GitHub
+6 -4
View File
@@ -1,12 +1,14 @@
{
"description": "my nickname, for using with github pages",
"repo": "https://github.com/termonoid/termonoid.github.io",
"description": "Domain for personal server",
"repo": "https://github.com/Termonoid/",
"owner": {
"username": "Termonoid",
"email": "termonoid@cumallover.me",
"telegram": "termonoid"
},
"record": {
"CNAME": "termonoid.github.io"
"A": [
"51.75.248.116"
]
}
}
}