Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / blog.json
diff --git a/dist/blog.json b/dist/blog.json
new file mode 100644 (file)
index 0000000..b197f0e
--- /dev/null
@@ -0,0 +1,28 @@
+{
+  "pages": {
+    "/blog.html": {
+      "name": "Blog",
+      "childs": {
+        "/blog/article.html": "An Article",
+        "/blog/comments.html": "Comments"
+      },
+      "crumbs": [
+        { "uri": "/blog.html", "name": "Blog" }
+      ]
+    },
+    "/blog/article.html": {
+      "name": "An Article",
+      "crumbs": [
+        { "uri": "/blog.html", "name": "Blog" },
+        { "uri": "/blog/article.html", "name": "An Article" }
+      ]
+    },
+    "/blog/comments.html": {
+      "name": "Comments",
+      "crumbs": [
+        { "uri": "/blog.html", "name": "Blog" },
+        { "uri": "/blog/comments.html", "name": "Comments" }
+      ]
+    }
+  }
+}