X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fblog%2Fblog.json;h=ee206b01e7518043422cc455821c455d9b7b89e5;hp=af1010cf65792e69160a04dea26820ff852610f7;hb=8a09ed02397956fc356d2940767c03c5c04144fb;hpb=2a65c7789a6b7656123ef0570e53e7132f2826d2 diff --git a/dist/blog/blog.json b/dist/blog/blog.json index af1010cf..ee206b01 100644 --- a/dist/blog/blog.json +++ b/dist/blog/blog.json @@ -1,28 +1,25 @@ { - "pages": { - "/blog/": { - "name": "Blog", - "childs": { - "/blog/article.html": "An Article", - "/blog/comments.html": "Comments" - }, - "crumbs": [ - { "uri": "/blog/", "name": "Blog" } - ] - }, - "/blog/article.html": { - "name": "An Article", - "crumbs": [ - { "uri": "/blog/", "name": "Blog" }, - { "uri": "/blog/article.html", "name": "An Article" } - ] - }, - "/blog/comments.html": { - "name": "Comments", - "crumbs": [ - { "uri": "/blog/", "name": "Blog" }, - { "uri": "/blog/comments.html", "name": "Comments" } - ] - } + "_names": { + "/blog/article.html": "An Article", + "/blog/comments.html":"Comments" + }, + "_childs": { + "/blog/": [ + "/blog/article.html", + "/blog/comments.html" + ] + }, + "_crumbs": { + "/blog/": [ + "/blog/" + ], + "/blog/article.html": [ + "/blog/", + "/blog/article.html" + ], + "/blog/comments.html": [ + "/blog/", + "/blog/comments.html" + ] } }