Blog-Layouttest-Seiten an Thymeproxy angepasst
[website] / dist / templates / variables.json
index 730aa3e..2f7172c 100644 (file)
@@ -5,6 +5,31 @@
     "/about.html": { "name": "About", "key": "about" }
   },
   "pages": {
+    "/index.html": { "name": "Home" },
+    "/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" }
+      ]
+    },
     "/projects.html": {
       "name": "Projects",
       "childs": {