This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/config.toml

59 lines
1.0 KiB
TOML

baseURL = "https://rayelliott.dev/blog/"
languageCode = "en-us"
title = "RayElliottDev"
theme = "hugo-coder"
publishDir = "blog"
# hugo-coder config
[params]
author = "Ray Elliott"
info = "Hello World!"
avatarurl = "/images/avatar.jpg"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"
# footercontent = "Yo mah footah"
hidecredits = true
colorscheme = "auto"
custom_css = ["/css/custom.css"]
[[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/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin fa-2x"
weight = 10
url = "https://www.linkedin.com/in/rayelliottdev"
[[params.social]]
name = "Gitea"
icon = "fab fa-git-alt fa-2x"
weight = 20
url = "https://git.rayelliott.dev"