git: 1fcabcdf24 - main - documentation: Turn on verbose asciidoctor build
Alexander Ziaee <[email protected]> Thu, 18 Jun 2026 03:38:07 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=1fcabcdf244c34903827b8e0c3578d92d86b34b4 commit 1fcabcdf244c34903827b8e0c3578d92d86b34b4 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-06-18 03:30:21 +0000 Commit: Alexander Ziaee <[email protected]> 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