20 lines
449 B
TOML
20 lines
449 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
|