Skip to content

Instantly share code, notes, and snippets.

@erasmo-marin
Created August 27, 2017 18:59
Show Gist options
  • Save erasmo-marin/673b1e42b1e0b4f35c320363ff12fdb3 to your computer and use it in GitHub Desktop.
Save erasmo-marin/673b1e42b1e0b4f35c320363ff12fdb3 to your computer and use it in GitHub Desktop.
Website structure using json
{
"title": "My cool website",
"sections": {
"home": {
"title": "Home",
"route": "/",
"children": {
"layout": {
"props": {
},
"children": {
"carousel": {
"props": {
}
}
}
}
}
},
"about": {
"title": "About",
"route": "/about",
"children": {
"about-component": {
"props": {
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment