32 lines
667 B
TOML
32 lines
667 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 = "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
|