summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorFrancesco Tomaselli <tomaselli.fr@gmail.com>2025-03-14 21:06:32 +0100
committerGitHub <noreply@github.com>2025-03-14 21:06:32 +0100
commit871bb0c8f9c3915e8b1aed1363eaed91560e69fb (patch)
tree1e63ad8e15d97fb12149ff7fef1c0c9a776a5ce7 /hugo.toml
parent46999d3c4872fa9072bdde3b035cc18a7f08a76d (diff)
parentc7188632b728bff9caf3bb0b9746e662f2eddee1 (diff)
Merge pull request #95 from runofthemillgeek/feat/breadcrumbs-customization
Add breadcrumbs config to hide current page and change home text
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 709ba78..cfc1669 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -7,3 +7,9 @@ title = 'typo'
[module.hugoVersion]
extended = false
min = "0.116.0"
+
+# Default config
+[params.breadcrumbs]
+enabled = true
+showCurrentPage = true
+home = "Home" \ No newline at end of file