WIP: Weg finden, Projekte einzubinden - oder Hartkodiert?
[website] / dist / sitemap.json
index b4542ca..fc84b7f 100644 (file)
@@ -1,18 +1,20 @@
 {
   "sections": {
-    "blog": "/blog.html",
+    "blog": "/blog/",
     "projects": "/projects.html",
     "about": "/about.html"
   },
   "pages": {
     "/index.html": { "name": "Home" },
-    "/blog.html": {
+    "/blog/": {
       "name": "Blog",
       "childs": {}
     },
     "/projects.html": {
       "name": "Projects",
-      "childs": {}
+      "childs": {
+        "/hibernate-maven-plugin/index.html": "Hibernate Maven Plugin"
+      }
     },
     "/about.html": {
       "name": "About",