From 82de3613242947148e6e95739c08e7519fb71d4e Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 7 Mar 2022 18:00:58 +0100 Subject: [PATCH] WIP: Weg finden... --- dist/projects.html | 2 +- dist/projects.json | 31 ------------------------------- dist/sitemap.json | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 32 deletions(-) delete mode 100644 dist/projects.json diff --git a/dist/projects.html b/dist/projects.html index d385c7c8..d80d751e 100644 --- a/dist/projects.html +++ b/dist/projects.html @@ -5,7 +5,7 @@ uri='/projects.html', title=~{:: title}, maincontent=~{:: .maincontent}, - marginalcontent=~{:: .marginalcontent}, json='MERGE:/projects.json')}" + marginalcontent=~{:: .marginalcontent})}" > Projects - Potemkinsche Dörfer! diff --git a/dist/projects.json b/dist/projects.json deleted file mode 100644 index 9f2de230..00000000 --- a/dist/projects.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "_titles": { - "/hibernate-maven-plugin/index.html": "Hibernate Maven Plugin", - "/http-resources/2.0.0/index.html": "HTTP resources", - "/maven-thymeleaf-skin/1.1.0/index.html": "Maven Thymeleaf Skin" - }, - "_childs": { - "/projects.html": [ - "/hibernate-maven-plugin/index.html", - "/http-resources/2.0.0/index.html", - "/maven-thymeleaf-skin/1.1.0/index.html" - ] - }, - "_crumbs": { - "/hibernate-maven-plugin/index.html": [ - "/index.html", - "/projects.html", - "/hibernate-maven-plugin/index.html" - ], - "/http-resources/2.0.0/index.html": [ - "/index.html", - "/projects.html", - "/http-resources/2.0.0/index.html" - ], - "/maven-thymeleaf-skin/1.1.0/index.html": [ - "/index.html", - "/projects.html", - "/maven-thymeleaf-skin/1.1.0/index.html" - ] - } -} diff --git a/dist/sitemap.json b/dist/sitemap.json index 02e6f93e..029b1a1b 100644 --- a/dist/sitemap.json +++ b/dist/sitemap.json @@ -3,6 +3,9 @@ "/index.html": "Home", "/blog/": "Blog", "/projects.html": "Projects", + "/hibernate-maven-plugin/index.html": "Hibernate Maven Plugin", + "/http-resources/2.0.0/index.html": "HTTP resources", + "/maven-thymeleaf-skin/1.1.0/index.html": "Maven Thymeleaf Skin", "/about.html": "About", "/expertise.html": "Expertise", "/references.html": "References", @@ -23,6 +26,11 @@ "/about.html" ], "/blog/": [], + "/projects.html": [ + "/hibernate-maven-plugin/index.html", + "/http-resources/2.0.0/index.html", + "/maven-thymeleaf-skin/1.1.0/index.html" + ], "/about.html": [ "/expertise.html", "/references.html", @@ -45,6 +53,21 @@ "/index.html", "/projects.html" ], + "/hibernate-maven-plugin/index.html": [ + "/index.html", + "/projects.html", + "/hibernate-maven-plugin/index.html" + ], + "/http-resources/2.0.0/index.html": [ + "/index.html", + "/projects.html", + "/http-resources/2.0.0/index.html" + ], + "/maven-thymeleaf-skin/1.1.0/index.html": [ + "/index.html", + "/projects.html", + "/maven-thymeleaf-skin/1.1.0/index.html" + ], "/about.html": [ "/index.html", "/about.html" -- 2.20.1