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

37 lines
798 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 = "Code"
url = "https://gitea.learningunix.net"
weight = 2
[[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
[[menus.main]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/chris-roberts-5808a63a7"
weight = 40