adjust formatting

This commit is contained in:
Ray Elliott 2020-02-18 17:19:00 +00:00
parent 8e8a1385c7
commit 3659d02b72
1 changed files with 23 additions and 23 deletions

View File

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