Skip to content

Instantly share code, notes, and snippets.

@hkjorgensen
Last active December 21, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkjorgensen/6318410 to your computer and use it in GitHub Desktop.
Save hkjorgensen/6318410 to your computer and use it in GitHub Desktop.
JSON sitetree
[
{
"title": "Nyheder med en ny menu"
"body": ""
"date": 0,
"nodes": [
{ "title": "", "body":"", "date": 0, "nodes": [] },
{ "title": "", "body":"", "date": 0, "nodes": [] },
{ "title": "", "body":"", "date": 0, "nodes": [] },
{ "title": "", "body":"", "date": 0, "nodes": [] }
]
},
{
"title": "Level one page with content",
"body": "<h1>Level</h1>",
"date": 0,
"nodes": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment