From 888ea2c68940a3e1165576f0a3a19d76630877c3 Mon Sep 17 00:00:00 2001 From: Staacks Date: Tue, 7 Jan 2025 17:33:10 +0100 Subject: [PATCH] Fixing Hugo not copying generated files. (They have been set to "ignore" to prevent hugo from building the included md files, so the ignore has to be more specific.) --- config/_default/hugo.yaml | 2 +- content/de/instructions/aufzug/aufzug.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 30b189e..e8e82dc 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -48,7 +48,7 @@ taxonomies: sensor: sensors material: materials -ignorefiles: "generated/.*" +ignorefiles: "generated/.*\.md" enableEmoji: true markup: diff --git a/content/de/instructions/aufzug/aufzug.md b/content/de/instructions/aufzug/aufzug.md index 0a37d2d..294d569 100644 --- a/content/de/instructions/aufzug/aufzug.md +++ b/content/de/instructions/aufzug/aufzug.md @@ -1,4 +1,4 @@ ---- +--- translationKey: "Elevator Instruction" title: "Aufzug" date: 2025-01-07T14:21:17+01:00