fix hugo 0.92 js gen

This commit is contained in:
Wouter Groeneveld 2022-02-05 10:11:39 +01:00
parent 4c15abd92a
commit 526451a4e0
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ theme = "desem-swift-theme"
[outputs]
home = [ "HTML", "RSS" ]
# added since Hugo 0.9x to allow babel to be executed
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'babel']
[markup]
defaultMarkdownHandler = "goldmark"