Files
ffs/hugo.toml
T
2026-07-30 21:34:41 -04:00

39 lines
542 B
TOML

baseURL = "https://www.thewittybanter.com"
title = "TheWittyBanter"
theme = "PaperMod"
enableRobotsTXT = true
[params]
defaultTheme = "dark"
ShowReadingTime = true
ShowToc = true
ShowCodeCopyButtons = true
ShowBreadCrumbs = true
[[menus.main]]
name = "Music"
url = "/music"
weight = 2
[[menus.main]]
name = "Blog"
url = "/posts"
weight = 3
[[menus.main]]
name = "Shows"
url = "/shows"
weight = 4
[[menus.main]]
name = "About"
pageref = "about"
weight = 5
[caches]
[caches.images]
dir = ':cacheDir/images'