-
-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
:
{
"name*": "The name of the personal site",
"description*": "Short description for the site.",
"owner*": {
"username*": "lakuapik",
"email*": "[email protected]",
"bio": "David is Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tempora, qui beatae dicta vel, eaque, harum ex cumque quo dolore quam placeat asperiores. Ab quos laudantium in, reprehenderit facilis numquam consectetur.",
"social": {
"twitter": "lakuapik"
}
},
"repo*": "https://github.com/lakuapik/david.thedev.id",
"records*": {
"CNAME*": "lakuapik.github.io"
}
}
Note: keys marked with *
are required.
lakuapik, wildanap11, Mammohammadi and Aluwi21
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request