From fe6609ac73c02e777783178b75d8c2f9adc93fc4 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 6 Mar 2022 23:20:17 +0100 Subject: [PATCH] WIP: Weg finden... --- dist/potemkin.html | 31 +++++++++++++++++++++++++++++++ dist/potemkin.json | 4 ---- dist/projects.html | 2 +- dist/projects.json | 31 +++++++++++++++++++++++++++++++ dist/sitemap.json | 10 ++++------ 5 files changed, 67 insertions(+), 11 deletions(-) create mode 100644 dist/potemkin.html create mode 100644 dist/projects.json diff --git a/dist/potemkin.html b/dist/potemkin.html new file mode 100644 index 00000000..5a113d72 --- /dev/null +++ b/dist/potemkin.html @@ -0,0 +1,31 @@ + + + + Projects - Potemkinsche Dörfer! + + + + + + + + + +
+

Projects - Potemkinsche Dörfer!

+ +
+ + diff --git a/dist/potemkin.json b/dist/potemkin.json index c3765e93..f89bba33 100644 --- a/dist/potemkin.json +++ b/dist/potemkin.json @@ -71,10 +71,6 @@ ] }, "_crumbs": { - "/projects.html": [ - "/index.html", - "/projects.html" - ], "/potemkin/fix-swf/overview.html": [ "/index.html", "/projects.html", diff --git a/dist/projects.html b/dist/projects.html index 5a113d72..d385c7c8 100644 --- a/dist/projects.html +++ b/dist/projects.html @@ -5,7 +5,7 @@ uri='/projects.html', title=~{:: title}, maincontent=~{:: .maincontent}, - marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}" + marginalcontent=~{:: .marginalcontent}, json='MERGE:/projects.json')}" > Projects - Potemkinsche Dörfer! diff --git a/dist/projects.json b/dist/projects.json new file mode 100644 index 00000000..9f2de230 --- /dev/null +++ b/dist/projects.json @@ -0,0 +1,31 @@ +{ + "_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 92d446df..02e6f93e 100644 --- a/dist/sitemap.json +++ b/dist/sitemap.json @@ -23,12 +23,6 @@ "/about.html" ], "/blog/": [], - "/projects.html": [ - "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html", - "/http-resources/2.0.0/index.html", - "/maven-thymeleaf-skin/1.1.0/index.html" - ], "/about.html": [ "/expertise.html", "/references.html", @@ -47,6 +41,10 @@ "/index.html": [ "/index.html" ], + "/projects.html": [ + "/index.html", + "/projects.html" + ], "/about.html": [ "/index.html", "/about.html" -- 2.20.1