From f4d819fadb160bcb36a4c23776a07bac2b186351 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 29 Mar 2026 07:17:39 +0000 Subject: [PATCH] enable asciidoctor exec --- config/_default/hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 4674933..3936883 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -55,3 +55,6 @@ enableGitInfo = true [[module.mounts]] source = "assets" target = "assets" + [security.exec] + # Hugo must be allowed to run the asciidoctor binary + allow = ['^asciidoctor$'] \ No newline at end of file