🚚 Move contact to Hugo
This commit is contained in:
parent
1fd1953563
commit
2c0d0d0608
7 changed files with 32 additions and 10390 deletions
12
hugo.toml
12
hugo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue