From 49ccd4e5f3aa1cfc247d27f1aed5d7932b9c6a04 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 3 Feb 2026 17:47:48 +0100 Subject: [PATCH] WIP --- exampleSite/content/projects/_index.html | 1 - exampleSite/content/projects/fix-swf/_index.html | 1 - exampleSite/content/templates/_index.html | 1 - exampleSite/hugo.yaml | 1 + 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/exampleSite/content/projects/_index.html b/exampleSite/content/projects/_index.html index 37ef4cbc..84725267 100644 --- a/exampleSite/content/projects/_index.html +++ b/exampleSite/content/projects/_index.html @@ -1,6 +1,5 @@ --- title: "Projects" -url: /projects.html outputs: - html weight: 20 diff --git a/exampleSite/content/projects/fix-swf/_index.html b/exampleSite/content/projects/fix-swf/_index.html index 7a99d7cf..3b81a6cf 100644 --- a/exampleSite/content/projects/fix-swf/_index.html +++ b/exampleSite/content/projects/fix-swf/_index.html @@ -1,6 +1,5 @@ --- title: "Fix SWF" -url: /potemkin/fix-swf/overview.html build: render: local outputs: diff --git a/exampleSite/content/templates/_index.html b/exampleSite/content/templates/_index.html index 9ff3b023..9590cc94 100644 --- a/exampleSite/content/templates/_index.html +++ b/exampleSite/content/templates/_index.html @@ -1,6 +1,5 @@ --- title: Templates -url: /templates.html outputs: - html --- diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index 9ce7aa4c..f05d137e 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -15,3 +15,4 @@ params: email: kai@juplo.de name: Kai Moritz title: Thymeleaf-Theme for Thymeroot +uglyURLs: true -- 2.39.5