X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ftemplates%2Fvariables.json;h=2f7172c118ccd24d8768888245119d2ce564298e;hp=730aa3e45474788ea7610aa160b5b5795f7ae358;hb=84d5a52a48272d1f924bf8ac9701a1028b9d4074;hpb=7c5092752d06a6e28297b82eab4fdd074e909d11 diff --git a/dist/templates/variables.json b/dist/templates/variables.json index 730aa3e4..2f7172c1 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -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": {