Compare commits
No commits in common. "8d9b703b3b4ac4678d1cbe0f3038ed688ea7ea55" and "4a1f200d554860b06cad5e6657140a79b2b63e09" have entirely different histories.
8d9b703b3b
...
4a1f200d55
11
config.toml
11
config.toml
|
@ -1,5 +1,4 @@
|
|||
baseURL = "https://rayelliott.dev/blog/"
|
||||
canonifyURLs = true
|
||||
languageCode = "en-us"
|
||||
|
||||
title = "RayElliottDev"
|
||||
|
@ -40,20 +39,20 @@ url = "https://git.rayelliott.dev"
|
|||
[[menu.main]]
|
||||
name = "About"
|
||||
weight = 3
|
||||
url = "about/"
|
||||
url = "/about/"
|
||||
[[menu.main]]
|
||||
name = "Portfolio"
|
||||
weight = 5
|
||||
url = "categories/portfolio/"
|
||||
url = "/categories/portfolio/"
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
weight = 10
|
||||
url ="posts/"
|
||||
url ="/posts/"
|
||||
[[menu.main]]
|
||||
name = "Categories"
|
||||
weight = 20
|
||||
url = "categories/"
|
||||
url = "/categories/"
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
weight = 30
|
||||
url = "tags/"
|
||||
url = "/tags/"
|
||||
|
|
Reference in New Issue