Files
blog/hugo.toml
T

32 lines
664 B
TOML

baseURL = 'https://learningunix.net/'
locale = 'en-us'
title = 'learningunix.net'
theme = 'PaperMod'
[params]
homeInfoParams = {Title = "Chris Roberts", Content = "Documenting infrastructure, hardware, and open source projects"}
[params.profileMode]
enabled = false
title = "Chris Roberts"
subtitle = "Documenting technology related projects"
[[menus.main]]
name = "Posts"
url = "/posts/"
weight = 1
[[menus.main]]
name = "Certifications"
url = "/certifications/"
weight = 10
[[menus.main]]
name = "Resume"
url = "/resume.pdf"
weight = 20
[[menus.main]]
name = "Email"
url = "mailto:chris.roberts@learningunix.net"
weight = 30