This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 382dc98a Wrong location, move out of default section
382dc98a is described below

commit 382dc98a65c0525f8d141d09667fe80bd268a236
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 3 13:32:01 2025 +0000

    Wrong location, move out of default section
---
 hugo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hugo.toml b/hugo.toml
index 571e708a..ffea80e9 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -13,10 +13,6 @@ timeout = "30s"
 
 ignoreFiles = [ ] # No files to ignore
 
-# Enable tags but not categories
-[taxonomies]
-tag = "tags"
-
 # Highlighting config. See https://help.farbox.com/pygments.html
 pygmentsCodeFences = true
 pygmentsUseClasses = false
@@ -25,6 +21,10 @@ pygmentsStyle = "emacs"
 # Enable Git variables like commit, lastmod
 enableGitInfo = true
 
+# Enable tags but not categories
+[taxonomies]
+tag = "tags"
+
 [markup.goldmark.renderer]
 unsafe = true
 

Reply via email to