From e7a9d14dc9c5dae9df43d4b45f2bb5a02f7746b1 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 29 Mar 2026 07:42:08 +0000 Subject: [PATCH] test without asciidoc --- config/_default/hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 3936883..d37a164 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -55,6 +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 + # [security.exec] + # # Hugo must be allowed to run the asciidoctor binary + # allow = ['^asciidoctor$'] \ No newline at end of file