Merge branch 'main' into patch-1

This commit is contained in:
Akshay Nair
2020-10-31 01:38:48 +05:30
committed by GitHub
4 changed files with 27 additions and 8 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
### For github pages users
* A github pages json file will look something like this -
* You can take a look at the [github pages guide](https://guides.github.com/features/pages/) if you need help with setting up a website with github pages.
* Your json file will look something like this -
```json
{
"description": "Add some description",
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My personal portfolio",
"repo": "https://github.com/amar13mehta/amar13mehta.github.io",
"owner": {
"username": "amar13mehta",
"email": "amar13iam@gmail.com"
},
"record": {
"CNAME": "amar13mehta.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Mohaned's personal website",
"repo": "https://github.com/mohanedashraf/mohanedashraf.github.io",
"owner": {
"username": "mohanedashraf",
"email": "",
"twitter": "mohanedzz"
},
"record": {
"CNAME": "mohanedashraf.github.io"
}
}
+2 -7
View File
@@ -1,16 +1,11 @@
{
"description":"YajTPG's website",
"repo":"https://github.com/YajTPG",
"repo":"https://github.com/YajTPG/yajtpg.github.io",
"owner":{
"username":"YajTPG",
"email":"yajtpg@gmail.com"
},
"record":{
"A":[
"85.159.233.158",
"108.59.1.30",
"217.182.183.225",
"185.206.180.169"
]
"CNAME": "yajtpg.github.io"
}
}