second
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
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
|
||||
Reference in New Issue
Block a user