39 lines
535 B
TOML
39 lines
535 B
TOML
baseURL = "https://yourdomain.dev/"
|
|
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' |