X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=dist%2Ftemplates%2Fvariables.json;h=2f7172c118ccd24d8768888245119d2ce564298e;hb=8faf3b5967ca2cc1edaa9eabce89be400f56db76;hp=96ba223696a6c3505f96287cdf2e474217d7ff7f;hpb=0e67cae0cf7ca7647ccf577b7c1ce2c8eeca65a2;p=website diff --git a/dist/templates/variables.json b/dist/templates/variables.json index 96ba2236..2f7172c1 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -6,6 +6,30 @@ }, "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": {