46 lines
720 B
TOML
46 lines
720 B
TOML
baseURL = "https://rayelliott.dev/blog/"
|
|
languageCode = "en-us"
|
|
|
|
title = "Blog"
|
|
theme = "hugo-coder"
|
|
|
|
publishDir = "blog"
|
|
|
|
|
|
|
|
|
|
# hugo-coder config
|
|
|
|
[params]
|
|
author = "Ray Elliott"
|
|
info = "Hello World!"
|
|
|
|
avatarurl = "/images/avatar.jpg"
|
|
favicon_32 = "/img/favicon-32x32.png"
|
|
favicon_16 = "/img/favicon-16x16.png"
|
|
|
|
# footercontent = "Yo mah footah"
|
|
hidecredits = true
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = 3
|
|
url = "/about/"
|
|
[[menu.main]]
|
|
name = "Portfolio"
|
|
weight = 5
|
|
url = "/categories/portfolio/"
|
|
[[menu.main]]
|
|
name = "Posts"
|
|
weight = 10
|
|
url ="/posts/"
|
|
[[menu.main]]
|
|
name = "Categories"
|
|
weight = 20
|
|
url = "/categories/"
|
|
[[menu.main]]
|
|
name = "Tags"
|
|
weight = 30
|
|
url = "/tags/"
|
|
|