Skip to content

Instantly share code, notes, and snippets.

@cihad
Last active July 23, 2021 11:13
Show Gist options
  • Save cihad/3fb63efb59549c4fbcdc08d59ed52ce9 to your computer and use it in GitHub Desktop.
Save cihad/3fb63efb59549c4fbcdc08d59ed52ce9 to your computer and use it in GitHub Desktop.
export default {
name: "my-sitatic-site",
children: [
{
name: "assets",
children: [
{
name: "images",
children: [
{
name: "sun.jpg"
},
{
name: "flower.jpg"
}
]
},
{
name: "videos",
children: [
{
name: "spring.mov"
}
]
},
{
name: "scripts",
children: [
{
name: "main.js"
},
{
name: "main.css"
}
]
}
]
},
{
name: "index.html"
},
{
name: "contact.html"
},
{
name: "about-us.html"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment