Blog-Beispiele so geƤndert, dass die URLs denen von Wordpress gleichen
[website] / dist / blog / blog.json
index ee206b0..e090608 100644 (file)
@@ -1,25 +1,25 @@
 {
-  "_names": {
-    "/blog/article.html": "An Article",
-    "/blog/comments.html":"Comments"
+  "_titles": {
+    "/blog/article/": "An Article",
+    "/blog/comments/":"Comments"
   },
   "_childs": {
     "/blog/": [
-      "/blog/article.html",
-      "/blog/comments.html"
+      "/blog/article/",
+      "/blog/comments/"
     ]
   },
   "_crumbs": {
     "/blog/": [
       "/blog/"
     ],
-    "/blog/article.html": [
+    "/blog/article/": [
       "/blog/",
-      "/blog/article.html"
+      "/blog/article/"
     ],
-    "/blog/comments.html": [
+    "/blog/comments/": [
       "/blog/",
-      "/blog/comments.html"
+      "/blog/comments/"
     ]
   }
 }