🚚 Move web to Hugo

This commit is contained in:
Dan Jones 2023-11-22 21:20:51 -06:00
commit bd58e82780
6 changed files with 184 additions and 211 deletions

View file

@ -2,6 +2,7 @@ baseURL = "https://danielrayjones.com/"
languageCode = "en-us"
title = "Dan Jones"
theme = "hello-friend-ng"
enableGitInfo = true
[params]
homeSubtitle = "Web developer, actor, jack of some trades"
@ -13,6 +14,10 @@ logoText = "RUN"
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
unsafe = true
@ -20,8 +25,16 @@ unsafe = true
identifier = "about"
name = "About"
url = "/about"
weight = 1
[[menu.main]]
identifier = "web"
name = "Web Résumé"
url = "/web"
weight = 10
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 50