X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ftemplates%2Fvariables.json;h=d09f0838d1747d4a4730eebe2bdf7a00d002ac09;hp=96ba223696a6c3505f96287cdf2e474217d7ff7f;hb=cfcbd4a97f01c798a77e130c02c086ced0b7fb15;hpb=0241cd19ddddccc2fd841c31bb1e5aa7b3b22a95 diff --git a/dist/templates/variables.json b/dist/templates/variables.json index 96ba2236..d09f0838 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -1,11 +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": {