This commit is contained in:
2026-07-30 21:18:21 -04:00
commit 28fdf28de6
54 changed files with 5265 additions and 0 deletions
+34
View File
@@ -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