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