🚚 Move web to Hugo
This commit is contained in:
parent
2c0d0d0608
commit
bd58e82780
6 changed files with 184 additions and 211 deletions
13
hugo.toml
13
hugo.toml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue