diff --git a/config.toml b/config.toml index afd991f..10f7e3e 100644 --- a/config.toml +++ b/config.toml @@ -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"