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

63 lines
1.0 KiB
TOML
Raw Normal View History

2020-01-31 13:33:56 +00:00
baseURL = "https://rayelliott.dev/blog/"
canonifyURLs = true
2020-01-31 13:33:56 +00:00
languageCode = "en-us"
2020-02-02 14:26:50 +00:00
title = "RayElliottDev"
2020-01-31 13:33:56 +00:00
theme = "hugo-coder"
publishDir = "blog"
2020-02-18 17:17:53 +00:00
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
2020-01-31 13:33:56 +00:00
# hugo-coder config
[params]
2020-02-18 17:19:00 +00:00
author = "Ray Elliott"
info = "Hello World!"
2020-01-31 13:33:56 +00:00
2020-02-18 17:19:00 +00:00
avatarurl = "/images/profile--bg-darker.jpg"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"
2020-01-31 13:33:56 +00:00
2020-02-18 17:19:00 +00:00
hidecredits = true
2020-01-31 13:33:56 +00:00
2020-02-18 17:19:00 +00:00
colorscheme = "auto"
2020-02-19 19:37:29 +00:00
custom_scss = ["/css/main.scss"]
2020-02-02 14:26:50 +00:00
2020-02-03 20:01:36 +00:00
[[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"
2020-01-31 13:33:56 +00:00
[[menu.main]]
2020-02-18 17:19:00 +00:00
name = "About"
weight = 3
url = "about/"
2020-01-31 13:33:56 +00:00
[[menu.main]]
2020-02-18 17:19:00 +00:00
name = "Portfolio"
weight = 5
url = "categories/portfolio/"
2020-01-31 13:33:56 +00:00
[[menu.main]]
2020-02-18 17:19:00 +00:00
name = "Posts"
weight = 10
url ="posts/"
2020-01-31 13:33:56 +00:00
[[menu.main]]
2020-02-18 17:19:00 +00:00
name = "Categories"
weight = 20
url = "categories/"
2020-01-31 13:33:56 +00:00
[[menu.main]]
2020-02-18 17:19:00 +00:00
name = "Tags"
weight = 30
url = "tags/"