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

66 lines
1.0 KiB
TOML

baseURL = "https://rayelliott.dev/"
canonifyURLs = true
languageCode = "en-us"
title = "RayElliottDev"
theme = "hugo-coder"
publishDir = "rayelliott.dev"
[markup.goldmark.renderer]
unsafe= true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
# hugo-coder config
[params]
author = "Ray Elliott"
info = "Hello World!"
avatarurl = "/images/profile--bg-darker.jpg"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"
hidecredits = true
colorscheme = "auto"
custom_scss = ["/css/main.scss"]
[[params.social]]
name = "Gitea"
svg = "gitea.svg"
weight = 10
url = "https://git.rayelliott.dev"
[[params.social]]
name = "LinkedIn"
weight = 20
svg = "linkedin.svg"
url = "https://www.linkedin.com/in/rayelliottdev"
[[menu.main]]
name = "Blog"
weight = 5
url ="posts/"
[[menu.main]]
name = "About Me"
weight = 8
url = "about/"
[[menu.main]]
name = "Portfolio"
weight = 10
url = "categories/portfolio/"
[[menu.main]]
name = "Categories"
weight = 20
url = "categories/"
[[menu.main]]
name = "Tags"
weight = 30
url = "tags/"