added about

This commit is contained in:
2026-02-12 14:47:36 -05:00
parent 2cba6a1ef0
commit 06eef8be36
2 changed files with 48 additions and 5 deletions

View File

@@ -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