Skip to content

Commit 0495f59

Browse files
committed
added hugo env to config-yaml
1 parent ee43775 commit 0495f59

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
@@ -11,6 +11,9 @@ security:
1111
exec:
1212
allow: ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
1313
osEnv: (?i)^(GEM_PATH)$
14+
funcs:
15+
getenv:
16+
- ^HUGO_
1417

1518
markup:
1619
asciidocExt:
@@ -55,7 +58,5 @@ module:
5558
target: static
5659
- source: layouts
5760
target: layouts
58-
- source: assets
59-
target: assets
6061
- source: modules
6162
target: content

0 commit comments

Comments
 (0)