X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=dist%2Fblog%2Fblog.json;h=e0906084fb69255ab2189b69027f9ddf9ef1421f;hb=HEAD;hp=af1010cf65792e69160a04dea26820ff852610f7;hpb=33e4f26e7e7dff74317eeab4102d88df503942ef;p=website diff --git a/dist/blog/blog.json b/dist/blog/blog.json index af1010cf..e0906084 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" } - ] - } + "_titles": { + "/blog/article/": "An Article", + "/blog/comments/":"Comments" + }, + "_childs": { + "/blog/": [ + "/blog/article/", + "/blog/comments/" + ] + }, + "_crumbs": { + "/blog/": [ + "/blog/" + ], + "/blog/article/": [ + "/blog/", + "/blog/article/" + ], + "/blog/comments/": [ + "/blog/", + "/blog/comments/" + ] } }