]> juplo.de Git - website/commitdiff
WIP: Weg finden...
authorKai Moritz <kai@juplo.de>
Sun, 6 Mar 2022 22:20:17 +0000 (23:20 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 6 Mar 2022 22:20:17 +0000 (23:20 +0100)
dist/potemkin.html [new file with mode: 0644]
dist/potemkin.json
dist/projects.html
dist/projects.json [new file with mode: 0644]
dist/sitemap.json

diff --git a/dist/potemkin.html b/dist/potemkin.html
new file mode 100644 (file)
index 0000000..5a113d7
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/projects.html',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
+    >
+  <head>
+    <title id="title">Projects - Potemkinsche Dörfer!</title>
+    <!--/*-->
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
+    <link rel="stylesheet/less" type="text/css" href="less/screen.less" media="screen"/>
+    <link rel="stylesheet/less" type="text/css" href="less/print.less" media="print"/>
+    <script src="js/less-1.7.0.min.js"></script>
+    <!--*/-->
+  </head>
+  <body>
+   <main class="maincontent">
+     <h1>Projects - Potemkinsche Dörfer!</h1>
+     <ul>
+       <li><a href="potemkin/fix-swf/overview.html" th:href="@{/potemkin/fix-swf/overview.html}">Fix SWF</a></li>
+       <li><a href="potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}">HTML-Experimente</a></li>
+       <li><a href="potemkin/accelerator.html" th:href="@{/potemkin/accelerator.html}">accelerator</a></li>
+       <li><a href="potemkin/typo.html" th:href="@{/potemkin/typo.html}">Typography</a></li>
+     </ul>
+   </main>
+  </body>
+</html>
index c3765e932f4a2e4d1ceb36aeb47020d36bf6e60c..f89bba33ea911b7916928f26f5489e85f846187b 100644 (file)
     ]
   },
   "_crumbs": {
-    "/projects.html": [
-      "/index.html",
-      "/projects.html"
-    ],
     "/potemkin/fix-swf/overview.html": [
       "/index.html",
       "/projects.html",
index 5a113d7232e7a51fe4a157b201199e64ad8f2c85..d385c7c86f5aa453093807ed86d59555cf5af445 100644 (file)
@@ -5,7 +5,7 @@
       uri='/projects.html',
       title=~{:: title},
       maincontent=~{:: .maincontent},
-      marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
+      marginalcontent=~{:: .marginalcontent}, json='MERGE:/projects.json')}"
     >
   <head>
     <title id="title">Projects - Potemkinsche Dörfer!</title>
diff --git a/dist/projects.json b/dist/projects.json
new file mode 100644 (file)
index 0000000..9f2de23
--- /dev/null
@@ -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"
+    ]
+  }
+}
index 92d446df97ee2a34c156e05ac4b624a86b8a41d0..02e6f93edff9e3c222bac63cfc5cfbedee81dc65 100644 (file)
       "/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",
     "/index.html": [
       "/index.html"
     ],
+    "/projects.html": [
+      "/index.html",
+      "/projects.html"
+    ],
     "/about.html": [
       "/index.html",
       "/about.html"