aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-02-15 15:01:28 +0100
committerMartin Fischer <martin@push-f.com>2026-02-15 15:01:44 +0100
commit8474d03a46e2e3c0b2df8c33bbc790fe28b87243 (patch)
tree75dd4ce4c26c03fbcacecb8714337c734de7c0d8
parent69b0e926b0795d17975025139b4b4afb0801f976 (diff)
change: default hideHider=true and breadcrumbs.showCurrentPage=false
-rw-r--r--hugo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index cfc1669..27ac7b4 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -9,7 +9,10 @@ extended = false
min = "0.116.0"
# Default config
+[params]
+hideHeader = true
+
[params.breadcrumbs]
enabled = true
-showCurrentPage = true
-home = "Home" \ No newline at end of file
+showCurrentPage = false
+home = "Home"