some changes, added Statica review

This commit is contained in:
2026-08-01 23:34:31 +00:00
parent 04d9baf708
commit 010ea0d5cc
39 changed files with 1069 additions and 400 deletions
+18 -12
View File
@@ -1,4 +1,4 @@
baseURL = "https://www.thewittybanter.com"
baseURL = "http://0.0.0.0"
title = "TheWittyBanter.com"
theme = "PaperMod"
enableRobotsTXT = true
@@ -61,29 +61,35 @@ Things like homelab docs, music I get to work on, general musings
ShowBreadCrumbs = true
[[menus.main]]
name = "Docs"
url = "/docs"
weight = 2
name = "Welcome"
url = "/welcome"
weight = 1
[[menus.main]]
name = "Shows"
url = "/shows"
weight = 2
[[menus.main]]
name = "Music"
url = "/music"
weight = 3
[[menus.main]]
name = "Blog"
url = "/posts"
name = "Reviews"
url = "/reviews"
weight = 4
[[menus.main]]
name = "Shows"
url = "/shows"
weight = 5
name = "Docs"
url = "/docs"
weight = 6
[[menus.main]]
name = "Welcome"
url = "/welcome"
weight = 1
name = "Blog"
url = "/posts"
weight = 5
[caches]
[caches.images]