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.
2020-01-31 13:33:56 +00:00
|
|
|
baseURL = "https://rayelliott.dev/blog/"
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# hugo-coder config
|
|
|
|
|
|
|
|
[params]
|
|
|
|
author = "Ray Elliott"
|
|
|
|
info = "Hello World!"
|
|
|
|
|
|
|
|
avatarurl = "/images/avatar.jpg"
|
2020-02-02 14:26:50 +00:00
|
|
|
favicon_32 = "/images/favicon-32x32.png"
|
|
|
|
favicon_16 = "/images/favicon-16x16.png"
|
2020-01-31 13:33:56 +00:00
|
|
|
|
|
|
|
# footercontent = "Yo mah footah"
|
|
|
|
hidecredits = true
|
|
|
|
|
2020-02-02 14:26:50 +00:00
|
|
|
custom_css = ["/css/custom.css"]
|
|
|
|
|
2020-01-31 13:33:56 +00:00
|
|
|
[[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/"
|
|
|
|
|
2020-02-02 14:26:50 +00:00
|
|
|
[[params.social]]
|
|
|
|
name = "Gitea"
|
|
|
|
icon = "fab fa-git-alt fa-2x"
|
|
|
|
weight = 1
|
|
|
|
url = "https://git.rayelliott.dev"
|
|
|
|
[[params.social]]
|
|
|
|
name = "LinkedIn"
|
|
|
|
icon = "fab fa-linkedin fa-2x"
|
|
|
|
weight = 1
|
|
|
|
url = "https://www.linkedin.com/in/rayelliottdev"
|