git: 1fcabcdf24 - main - documentation: Turn on verbose asciidoctor build

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Thu, 18 Jun 2026 03:38:07 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1fcabcdf244c34903827b8e0c3578d92d86b34b4

commit 1fcabcdf244c34903827b8e0c3578d92d86b34b4
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-06-18 03:30:21 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-06-18 03:36:44 +0000

    documentation: Turn on verbose asciidoctor build
    
    The other builds are verbose by default.
    This will increase consistency and reduce cargo-culting.
    
    Discussed with: dch, kevans
---
 documentation/config/_default/hugo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/config/_default/hugo.toml b/documentation/config/_default/hugo.toml
index fb3f320fee..e4975758dc 100644
--- a/documentation/config/_default/hugo.toml
+++ b/documentation/config/_default/hugo.toml
@@ -33,6 +33,7 @@ timeout = "180s"
     urls = [".*"]
 
 [markup.asciidocExt]
+    verbose = true
     extensions = ["man-macro", "inter-document-references-macro", "cross-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
     [markup.asciidocExt.attributes]
       env-beastie = true