2020-01-31 13:33:56 +00:00
|
|
|
baseURL = "https://rayelliott.dev/blog/"
|
2020-02-16 21:15:02 +00:00
|
|
|
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"
|
|
|
|
custom_css = ["/css/custom.css"]
|
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/"
|