Files
blog/hugo.toml
T
2026-05-13 05:33:20 -05:00

29 lines
620 B
TOML

baseURL = 'https://learningunix.net/'
locale = 'en-us'
title = 'learningunix.net'
theme = 'PaperMod'
[params]
homeInfoParams = {Title = "Chris Roberts", Content = "Linux, BSD, Infrastructure as code, hardware project documentation"}
[params.profileMode]
enabled = true
title = "Chris Roberts"
subtitle = "Documenting technology related projects"
[[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