37 lines
776 B
TOML
37 lines
776 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
|
|
|
|
[[menus.main]]
|
|
name = "LinkedIn"
|
|
url = "https://www.linkedin.com/in/chris-roberts-5808a63a7"
|
|
weight = 40
|