From: Kai Moritz Date: Sun, 3 May 2026 08:25:24 +0000 (+0200) Subject: Fixed path for the redirect-pages beneath `project/reports/*` X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=1f3611bc1fadda6dceb74ba9d9910abd527ef02e;p=maven-thymeleaf-skin Fixed path for the redirect-pages beneath `project/reports/*` --- diff --git a/src/main/resources/import-in-hugo.sh b/src/main/resources/import-in-hugo.sh index 77caf78..d68acf3 100644 --- a/src/main/resources/import-in-hugo.sh +++ b/src/main/resources/import-in-hugo.sh @@ -193,7 +193,7 @@ do URL_PATH=/$(echo "$PAGE" | jq -r .path) TARGET="$HUGO_ROOT/content$BASE$URL_PATH$DIR" mkdir -p "$HUGO_ROOT/content$BASE$URL_PATH$DIR" - TARGET="$TARGET/index.html" + TARGET="$TARGET/_index.html" echo "Generating page $TARGET" TITLE=$(echo "$PAGE" | jq -r .name) WEIGHT=$(echo "$PAGE_ENTRY" | jq -r .key)