Skip to content

Instantly share code, notes, and snippets.

@gabriel-fallen
Last active August 13, 2018 17:52
Show Gist options
  • Save gabriel-fallen/59e7435243ace925f9ba87b4fd840f59 to your computer and use it in GitHub Desktop.
Save gabriel-fallen/59e7435243ace925f9ba87b4fd840f59 to your computer and use it in GitHub Desktop.
Example for an example
[
{
"name": "Home",
"url": "/"
},
{
"name": "About",
"url": "/about",
"submenu": [
{
"name": "Mission",
"url": "/about/mission"
},
{
"name": "Carrers",
"url": "/about/carrers"
}
]
}
]
[
{
"thumb": "img/thumbs/1.jpg",
"full": "img/1.jpg",
"desc": "Sample image 1"
},
{
"thumb": "img/thumbs/2.jpg",
"full": "img/2.jpg",
"desc": "Sample image 2"
},
{
"thumb": "img/thumbs/3.jpg",
"full": "img/3.jpg",
"desc": "Sample image 3"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment