hugo.toml (796B)
1 baseURL = 'https://learningunix.net/' 2 locale = 'en-us' 3 title = 'learningunix.net' 4 theme = 'PaperMod' 5 6 [params] 7 homeInfoParams = {Title = "Chris Roberts", Content = "Documenting infrastructure, hardware, and open source projects"} 8 9 [params.profileMode] 10 enabled = false 11 title = "Chris Roberts" 12 subtitle = "Documenting technology related projects" 13 [[menus.main]] 14 name = "Code" 15 url = "https://git.learningunix.net" 16 weight = 2 17 18 [[menus.main]] 19 name = "Certifications" 20 url = "/certifications/" 21 weight = 10 22 23 [[menus.main]] 24 name = "Resume" 25 url = "/resume.pdf" 26 weight = 20 27 28 [[menus.main]] 29 name = "Email" 30 url = "mailto:chris.roberts@learningunix.net" 31 weight = 30 32 33 [[menus.main]] 34 name = "LinkedIn" 35 url = "https://www.linkedin.com/in/chris-roberts-5808a63a7" 36 weight = 40