From 270be48baa757a9d44c7b09cabec6c3421c92b87 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 29 Mar 2026 08:21:56 +0000 Subject: [PATCH] test include --- config/_default/hugo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index b0377ee..9b3c955 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -43,18 +43,18 @@ enableGitInfo = true [[module.mounts]] source = "/srv/docs/private" target = "content/private" + [[module.mounts]] + source = "assets" + target = "assets" [[module.mounts]] source = "/srv/configs" - target = "assets/srv/configs" + target = "assets/configs" [security] [security.funcs] readFile = [".*"] "os.Stat" = [".*"] "os.ReadDir" = [".*"] - [[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 + # Hugo must be allowed to run the asciidoctor binary + allow = ["^asciidoctor$"]