danielrayjones/hugo.toml

27 lines
461 B
TOML
Raw Normal View History

2023-11-22 12:09:00 -06:00
baseURL = "https://danielrayjones.com/"
languageCode = "en-us"
2023-11-22 10:54:30 -06:00
title = "Dan Jones"
theme = "hello-friend-ng"
[params]
homeSubtitle = "Web developer, actor, jack of some trades"
2023-11-22 12:09:00 -06:00
EnableThemeToggle = true
2023-11-22 10:54:30 -06:00
[params.logo]
2023-11-22 12:09:00 -06:00
logoText = "RUN"
2023-11-22 10:54:30 -06:00
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
2023-11-22 12:09:00 -06:00
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"