1
0
grosinger.net/hugo/config.toml

30 lines
628 B
TOML
Executable File

baseURL = "https://grosinger.net/"
languageCode = "en-us"
title = "Tony Grosinger"
publishDir = "../."
theme = "timeline"
disableKinds = ["taxonomy", "term"]
[author]
name = "Tony Grosinger"
[params]
disableReadOtherPosts = true
enableSharingButtons = false
[params.logo]
logoText = ""
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
logoCursorDisabled = true
[[params.social]]
name = "github"
url = "https://github.com/tgrosinger"
text = "Github"
[[params.social]]
name = "linkedin"
url = "https://linkedin.com/in/tgrosinger"
text = "LinkedIn"