X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ftemplates%2Fvariables.json;h=54592c4db0a68e7596b49a1e0173d68f1f99b83e;hp=730aa3e45474788ea7610aa160b5b5795f7ae358;hb=db81dcd229022d65aaf40ec2144e1fe242a99936;hpb=7c5092752d06a6e28297b82eab4fdd074e909d11 diff --git a/dist/templates/variables.json b/dist/templates/variables.json index 730aa3e4..54592c4d 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -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": { @@ -13,6 +38,7 @@ "#jquery.openx": "jQuery OpenX", "/projects/html-experimente.html": "HTML-Experimente", "#accelerator": "accelerator", + "/simple-mapper/index.html": "Simple Mapper 4 JSON", "/projects/typo.html": "Typography" }, "crumbs": [ @@ -41,6 +67,14 @@ "#documentation": { "name": "Documentation" }, "#jquery.openx": { "name": "jQuery OpenX" }, "#accelerator": { "name": "Accellerator" }, + "/simple-mapper/index.html": { + "name": "Simple Mapper 4 JSON", + "childs": {}, + "crumbs": [ + { "uri": "/projects.html", "name": "Projects" }, + { "uri": "/simple-mapper/index.html", "name": "Simple Mapper 4 JSON" } + ] + }, "/projects/typo.html": { "name": "Typography", "crumbs": [