Durchgängig gleicher Abstand zwischen Pfad-Menü und dem aktiven Menü
[website] / dist / templates / variables.json
index 730aa3e..d09f083 100644 (file)
@@ -1,10 +1,35 @@
 {
   "sections": {
-    "/blog.html": { "name": "Blog", "key": "blog" },
-    "/projects.html": { "name": "Projects", "key": "projects" },
-    "/about.html": { "name": "About", "key": "about" }
+    "blog": "/blog.html",
+    "projects": "/projects.html",
+    "about": "/about.html"
   },
   "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": {