some changes, added Statica review
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user