From 117091486e788201d63fd7ce5e57d5a74458cee9 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 22 Aug 2026 09:46:40 +0200 Subject: [PATCH] =?UTF-8?q?Einbinden=20von=20Verzeichnissen=20au=C3=9Ferha?= =?UTF-8?q?lb=20des=20Projektes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Damit werden nun die alten Beiträge bis Ende 2025 sowie Bilder eingebunden --- hugo.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index f5a0328..0ce1803 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,6 +10,23 @@ buildDrafts: false buildFuture: false buildExpired: false +module: + mounts: + - source: assets + target: assets + - source: static + target: static + - source: content + target: content + - source: ../Archiv/wp-content/ + target: assets/wp-content + - source: /home/michael/Bilder/2026/ + target: assets/images + - source: ../Archiv/Logbuch35mm_PostArchiv/ + target: content/posts + + + minify: disableXML: true minifyOutput: true