-
-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder Structure Conventions & New "subdomain.json" Format #447
Comments
@fransallen is the json key all required? what if there are some people who dont put their portfolio in a public repo? could you please mark the required key with a * symbol? {
"name*": "Bla bla bla"
} |
Not all are required, but we can write documentation for which keys are required. I'm still not sure if using |
i mean, the * will not be added to the key, just note for us 😅 |
Oops, updated! 😆 |
I was thinking maybe the folder is called {
"repo": "https://github.com/lakuapik/david.thedev.id",
"description": "Short description for the site.",
"owner": {
"username": "lakuapik",
"email": "[email protected]"
},
"records": {
"CNAME": "lakuapik.github.io"
}
} And also offer |
This issue describes thedev.id's folder structure and contents in the "subdomain.json" file.
. ├── .github/ ├── .gitignore ├── README.md ├── _headers ├── index.html ├── package.json └── subdomains/ ├── david.json ├── hadyan.json └── wildan.json
Content for
david.json
:Note: keys marked with
*
are required.The text was updated successfully, but these errors were encountered: