Files
ffs/hugo.toml
T

51 lines
742 B
TOML

baseURL = "https://www.thewittybanter.com"
title = "TheWittyBanter.com"
theme = "PaperMod"
enableRobotsTXT = true
[params.profileMode]
enabled = true
title = "@BWNoises"
subtitle = "Musician and computer guy from Maine"
imageUrl = "/images/copy.jpg"
[params]
defaultTheme = "dark"
ShowReadingTime = true
ShowToc = true
ShowCodeCopyButtons = true
ShowBreadCrumbs = true
[[menus.main]]
name = "Docs"
url = "/docs"
weight = 1
[[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'