website/config.toml

35 lines
556 B
TOML
Raw Normal View History

2023-01-23 17:25:53 -05:00
baseURL = 'http://keegandeppe.com/'
languageCode = 'en-us'
title = 'Keegan Deppe'
theme = "hello-friend-ng"
[menu]
[[menu.main]]
2023-01-23 17:48:51 -05:00
name = "whoami"
2023-01-23 17:25:53 -05:00
url = "/about"
2023-01-23 17:48:51 -05:00
weight = 10
2023-01-23 17:25:53 -05:00
[params]
defaultTheme = "dark"
author = "Keegan Deppe"
[[params.social]]
name = "github"
url = "https://git.keegandeppe.com/kdeppe"
[[params.social]]
name = "linkedin"
url = "https://linkedin.com/in/kdeppe"
[[params.social]]
name = "case"
url = "/resume.pdf"
[languages]
[languages.en.params.logo]
logoText = "$ cd /home/"
logoHomeLink = "/"