added about
This commit is contained in:
15
hugo.toml
15
hugo.toml
@@ -7,7 +7,7 @@ theme = 'hello-friend-ng'
|
||||
# description = "Personal website of Dustin"
|
||||
[params.Author]
|
||||
name = "dustin"
|
||||
email = ""
|
||||
email = "dustin@dustin.coffee"
|
||||
|
||||
dateform = "Jan 2, 2006"
|
||||
dateformShort = "Jan 2"
|
||||
@@ -40,7 +40,7 @@ theme = 'hello-friend-ng'
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "d@n tech"
|
||||
title = "dustin newkirk"
|
||||
keywords = ""
|
||||
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
||||
readOtherPosts = "Read other posts"
|
||||
@@ -49,7 +49,7 @@ theme = 'hello-friend-ng'
|
||||
subtitle = "how did YOU get here?"
|
||||
|
||||
[languages.en.params.logo]
|
||||
logoText = "hello friend ng"
|
||||
logoText = "d@n tech"
|
||||
logoHomeLink = "/"
|
||||
# or
|
||||
#
|
||||
@@ -63,12 +63,17 @@ theme = 'hello-friend-ng'
|
||||
pageRef = "/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
name = "about"
|
||||
pageRef = "/about"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
name = "resume"
|
||||
pageRef = "/resume"
|
||||
weight = 20
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
name = "blog"
|
||||
pageRef = "/posts"
|
||||
weight = 30
|
||||
weight = 40
|
||||
|
||||
Reference in New Issue
Block a user