Skip to content

Commit 67c2548

Browse files
committed
added hugo env to config-yaml
1 parent d1f71ed commit 67c2548

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ security:
1010
exec:
1111
allow: ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
1212
osEnv: (?i)^(GEM_PATH)$
13+
funcs:
14+
getenv:
15+
- ^HUGO_
1316

1417
markup:
1518
asciidocExt:
@@ -39,7 +42,5 @@ module:
3942
target: static
4043
- source: layouts
4144
target: layouts
42-
- source: assets
43-
target: assets
4445
- source: modules
4546
target: content

0 commit comments

Comments
 (0)