X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fblog%2Fblog.json;fp=dist%2Fblog%2Fblog.json;h=af1010cf65792e69160a04dea26820ff852610f7;hp=0000000000000000000000000000000000000000;hb=33e4f26e7e7dff74317eeab4102d88df503942ef;hpb=e906928cc066f1f4137e849c08c754b2d204edb9 diff --git a/dist/blog/blog.json b/dist/blog/blog.json new file mode 100644 index 00000000..af1010cf --- /dev/null +++ b/dist/blog/blog.json @@ -0,0 +1,28 @@ +{ + "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" } + ] + } + } +}