🚚 Move contact to Hugo

This commit is contained in:
Dan Jones 2023-11-22 12:09:00 -06:00
commit 2c0d0d0608
7 changed files with 32 additions and 10390 deletions

View file

@ -1,13 +1,14 @@
baseURL = 'https://danielrayjones.com/'
languageCode = 'en-us'
baseURL = "https://danielrayjones.com/"
languageCode = "en-us"
title = "Dan Jones"
theme = "hello-friend-ng"
[params]
homeSubtitle = "Web developer, actor, jack of some trades"
EnableThemeToggle = true
[params.logo]
logoText = "greetings"
logoText = "RUN"
[markup]
defaultMarkdownHandler = 'goldmark'
@ -19,3 +20,8 @@ unsafe = true
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"