Skip to content

Commit 888ea2c

Browse files
committed
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.)
1 parent 458e916 commit 888ea2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/_default/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ taxonomies:
4848
sensor: sensors
4949
material: materials
5050

51-
ignorefiles: "generated/.*"
51+
ignorefiles: "generated/.*\.md"
5252

5353
enableEmoji: true
5454
markup:

content/de/instructions/aufzug/aufzug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
translationKey: "Elevator Instruction"
33
title: "Aufzug"
44
date: 2025-01-07T14:21:17+01:00

0 commit comments

Comments
 (0)