Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2026 04:24:41 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: a6c9e2c560 - main - website: Turn on verbose asciidoctor build
Message-ID:  <6a3a0a89.226a1.2479df02@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

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

commit a6c9e2c560ac7343d82e3088816374776b9b912f
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-06-23 01:02:42 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-06-23 04:24:29 +0000

    website: Turn on verbose asciidoctor build
    
    This shows a lot of typos in anchors. Enable it globally so
    people see the typos as they are making them and can fix them.
---
 website/hugo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/hugo.toml b/website/hugo.toml
index 1e73b65baa..1a0e5fadc1 100644
--- a/website/hugo.toml
+++ b/website/hugo.toml
@@ -15,6 +15,7 @@ enableGitInfo = true
 preserveTOC = true
 
 [markup.asciidocExt]
+    verbose = true
     preserveTOC = true
     extensions = ["man-macro", "inter-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3a0a89.226a1.2479df02>