You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
619 B
TOML
39 lines
619 B
TOML
baseURL = 'http://keegandeppe.com/'
|
|
languageCode = 'en-us'
|
|
title = 'Keegan Deppe'
|
|
theme = "hello-friend-ng"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "whoami"
|
|
url = "/about"
|
|
weight = 10
|
|
[[menu.main]]
|
|
name = "posts"
|
|
url = "/posts"
|
|
weight = 20
|
|
|
|
[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 = "/"
|
|
|
|
|
|
|
|
|