From 008301589f594a778c04ede5377fc13de4c31451 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 21 Mar 2022 21:54:32 +0100 Subject: [PATCH] Allow calling AsciiDoctor --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 7523ef3..0a06d08 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,10 @@ defaultContentLanguageInSubdir = false timeZone = "Europe/Berlin" +[security] + [security.exec] + allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$'] + [params] subtitle = "I write things here." description = "A place where I pile up everything that I want to be permanently findable."