git: a6c9e2c560 - main - website: Turn on verbose asciidoctor build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jun 2026 04:24:41 UTC
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"]