adjust formatting
This commit is contained in:
parent
8e8a1385c7
commit
3659d02b72
46
config.toml
46
config.toml
|
@ -16,17 +16,17 @@ tag = "tags"
|
|||
# hugo-coder config
|
||||
|
||||
[params]
|
||||
author = "Ray Elliott"
|
||||
info = "Hello World!"
|
||||
author = "Ray Elliott"
|
||||
info = "Hello World!"
|
||||
|
||||
avatarurl = "/images/profile--bg-darker.jpg"
|
||||
favicon_32 = "/images/favicon-32x32.png"
|
||||
favicon_16 = "/images/favicon-16x16.png"
|
||||
avatarurl = "/images/profile--bg-darker.jpg"
|
||||
favicon_32 = "/images/favicon-32x32.png"
|
||||
favicon_16 = "/images/favicon-16x16.png"
|
||||
|
||||
hidecredits = true
|
||||
hidecredits = true
|
||||
|
||||
colorscheme = "auto"
|
||||
custom_css = ["/css/custom.css"]
|
||||
colorscheme = "auto"
|
||||
custom_css = ["/css/custom.css"]
|
||||
|
||||
[[params.social]]
|
||||
name = "LinkedIn"
|
||||
|
@ -41,22 +41,22 @@ url = "https://git.rayelliott.dev"
|
|||
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
weight = 3
|
||||
url = "about/"
|
||||
name = "About"
|
||||
weight = 3
|
||||
url = "about/"
|
||||
[[menu.main]]
|
||||
name = "Portfolio"
|
||||
weight = 5
|
||||
url = "categories/portfolio/"
|
||||
name = "Portfolio"
|
||||
weight = 5
|
||||
url = "categories/portfolio/"
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
weight = 10
|
||||
url ="posts/"
|
||||
name = "Posts"
|
||||
weight = 10
|
||||
url ="posts/"
|
||||
[[menu.main]]
|
||||
name = "Categories"
|
||||
weight = 20
|
||||
url = "categories/"
|
||||
name = "Categories"
|
||||
weight = 20
|
||||
url = "categories/"
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
weight = 30
|
||||
url = "tags/"
|
||||
name = "Tags"
|
||||
weight = 30
|
||||
url = "tags/"
|
||||
|
|
Reference in New Issue